Common Git Commands

This is a list of Git commands I commonly use. Mostly for my own refernce:

Tag a specific hash

git tag release-0.0.0 <hash> -m "message"