Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wokalski/wcgittagsplugin
An Xcode plugin which lets you add tagging ability to Source Control
https://github.com/wokalski/wcgittagsplugin
Last synced: 2 months ago
JSON representation
An Xcode plugin which lets you add tagging ability to Source Control
- Host: GitHub
- URL: https://github.com/wokalski/wcgittagsplugin
- Owner: wokalski
- Created: 2014-03-25T14:10:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-02T22:25:10.000Z (almost 9 years ago)
- Last Synced: 2023-03-23T17:39:37.567Z (almost 2 years ago)
- Language: C
- Homepage:
- Size: 1.91 MB
- Stars: 29
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#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](Resources/menu.tiff)
![revealed menu](Resources/revealed.png)##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](http://alcatraz.io) ***or***:
1. Clone/download the source
2. Open `WCGitTagsPlugin.xcodeproj`
3. Build
4. Relaunch Xcode