Skip to content

Instantly share code, notes, and snippets.

@hiukky
Forked from fajrif/gist:1265203
Created October 17, 2017 12:56
Show Gist options
  • Save hiukky/a6926bdac47835ec17c08ec1d6db2a52 to your computer and use it in GitHub Desktop.
Save hiukky/a6926bdac47835ec17c08ec1d6db2a52 to your computer and use it in GitHub Desktop.
git clone specific tag
git clone <repo-address>
git tag -l
git checkout <tag-name>
git branch -D master
git checkout -b master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment