Last active
February 6, 2017 16:15
-
-
Save tkc/436efdd0f21b22b50501a46c273ee867 to your computer and use it in GitHub Desktop.
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
## my-git-commands | |
git fetch --all | |
git fetch --all && git reset --hard origin/master | |
git tag | |
git checkout refs/tags/v2.2.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment