Viktor Kucera
Viktor Kucera

Reputation: 6335

Tag a commit in Xcode

Is there any way how to create a tag for specific commit in Xcode? Is there any support for git tags? I can see just branch stuff (new, switch, merge) under Source Control.

Upvotes: 19

Views: 7200

Answers (2)

Viktor Kucera
Viktor Kucera

Reputation: 6335

Three years after, Xcode 9 has been enhanced by tagging feature. Just go to Source Control navigator and tag any commit via context menu opened by rightclicking that specific commit.

enter image description here

Upvotes: 23

mlalty
mlalty

Reputation: 43

This is not supported in Xcode6. Visit https://www.youtube.com/watch?v=pEe1Ul0bHko or show this plugin https://github.com/wczekalski/WCGitTagsPlugin

Upvotes: 4

Related Questions