Skip to content

Instantly share code, notes, and snippets.

@tkc
Last active February 6, 2017 16:15
Show Gist options
  • Save tkc/436efdd0f21b22b50501a46c273ee867 to your computer and use it in GitHub Desktop.
Save tkc/436efdd0f21b22b50501a46c273ee867 to your computer and use it in GitHub Desktop.
## 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