Created
March 12, 2016 02:24
-
-
Save Saanch/7b9bf281ad5adbe47bdc to your computer and use it in GitHub Desktop.
Git Commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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