Skip to content

Instantly share code, notes, and snippets.

@Gonzalo2683
Forked from fajrif/gist:1265203
Last active September 11, 2015 13:53
Show Gist options
  • Select an option

  • Save Gonzalo2683/c4cc0355333a63c95f28 to your computer and use it in GitHub Desktop.

Select an option

Save Gonzalo2683/c4cc0355333a63c95f28 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