/gittag

Simply manage git tags

Primary LanguagePythonMIT LicenseMIT

gittag

Simply manage git tags.

  • local <> remote tag sync
  • semver version bump
  • no local state
  • only lightweight tags

Requires Python 3.5+

Development

  1. Clone this repository locally.

  2. Install it via pip in development mode:

    pip install -e .
    
  3. The command line program gittag will now always run the latest code in this folder.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details