Skip to content

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

Notifications You must be signed in to change notification settings

wokalski/WCGitTagsPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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.

menu revealed menu

##Features You can list, add (either annotated or lightweight) and remove tags, equivalents to the 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

Resources

Stars

Watchers

Forks

Packages

No packages published