generate-commit-tags
v1.0.0
Published
This is a small command line utility to generate tags for each commit of a git branch. The tag name will be generated by kebap casing the commit message
Downloads
4
Readme
Generate Commit Tags
This is a small command line utility to generate tags for each commit of a git branch. The tag name will be generated by kebap casing the commit message
Caution: To avoid conflicts with existing tags the command will delete all existing tags
Usage
cd my-git-repo
git checkout branch-to-tag
generate-commit-tags