Skip to content

Instantly share code, notes, and snippets.

@athaller
Forked from fajrif/gist:1265203
Created December 29, 2015 20:22
Show Gist options
  • Save athaller/e353adeb63aa71c03e00 to your computer and use it in GitHub Desktop.
Save athaller/e353adeb63aa71c03e00 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