Adding a tag in git: % git tag '0.1-demo' -m "Proof of concept demo for initial App47 distribution" Adds the tag, with the given comment. To push the tag up to github (or wherever) % git push --tags
% git tag '0.1-demo' -m "Proof of concept demo for initial App47 distribution"
To push the tag up to github (or wherever)
% git push --tags