WCGitTagsPlugin
WCGitTagsPlugin copied to clipboard
An Xcode plugin which lets you add tagging ability to Source Control
#This project is no longer maintained
The value added by this project is marginal in comparison to potential work that'd have to go into it.
##Overview This Xcode plugin lets you add tags via Xcode's Source Control menu.

##Features You can list, add (either annotated or lightweight) and remove tags, equivalents to the following:
git taggit tag xgit tag -a x -m "x"git push --tagsgit fetch --tags
All changes are synced with a remote.
##Installation You can install it with Alcatraz or:
- Clone/download the source
- Open
WCGitTagsPlugin.xcodeproj - Build
- Relaunch Xcode