Create and Push Git Tags

git

Create a new git tag

git tag v1.0.1

View tags

git tag --list

Push new tag to GitHub

git push --tags


Stay up to date

Get notified when I publish something new, and unsubscribe at any time.