Skip to content

Instantly share code, notes, and snippets.

@Saanch
Created March 12, 2016 02:24
Show Gist options
  • Save Saanch/7b9bf281ad5adbe47bdc to your computer and use it in GitHub Desktop.
Save Saanch/7b9bf281ad5adbe47bdc to your computer and use it in GitHub Desktop.
Git Commands
//To view the content of the commits
git cat-file -p SHA -p
//add tag
git tag -a $tagname$ -m "$tag message$"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment