Releases on GitHub
Posted on 2 Jul, 2019
Git tagging is generally used to release software on github. Here are some basic git commands for tagging.
To tag specific points of your repo. Run this when you commit something.
To lists all the tags of your repo.
To tag specific commits.
To push tags on GitHub.
Last updated