Created
September 21, 2016 20:30
-
-
Save adrian-cid/f564c4048b4f1733b918992ed6fe18b5 to your computer and use it in GitHub Desktop.
Tagging a specific previous commit point in git
This file contains hidden or 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
Use command: | |
git tag v1.0 ec32d32 | |
Where v1.0 is the tag name and ec32d32 is the commit you want to tag | |
Once done you can push the tags by: | |
git push origin --tags |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment