robowen5mac / WCGitTagsPlugin

An Xcode plugin which lets you add tagging ability to Source Control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##Overview This Xcode plugin lets you add tags via Xcode's Source Control.

I'm @wczekalski. I'm developing Quickread and ran out of cash, therefore, I am available for freelance work. Mail me if you are interested. If you like what I do and are feeling generous, feel free to donate me.

menu revealed menu

##Features You can list, add (either annotated or lightweight) and remove tags, equivalents to following:

  • git tag
  • git tag x
  • git tag -a x -m "x"
  • git push --tags
  • git fetch --tags

All changes are synced with a remote.

##Installation You can install it with Alcatraz or:

  1. Clone/download the source
  2. Open WCGitTagsPlugin.xcodeproj
  3. Build
  4. Relaunch Xcode

About

An Xcode plugin which lets you add tagging ability to Source Control


Languages

Language:C 71.9%Language:Objective-C 24.8%Language:Mercury 3.1%Language:C++ 0.2%