Reputation: 6335
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
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.
Upvotes: 23
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