Skip to content

Instantly share code, notes, and snippets.

@derwinsadiwa
Forked from fajrif/gist:1265203
Created August 13, 2016 06:12
Show Gist options
  • Select an option

  • Save derwinsadiwa/6162b71967194bcdc9e18dbdc262aa19 to your computer and use it in GitHub Desktop.

Select an option

Save derwinsadiwa/6162b71967194bcdc9e18dbdc262aa19 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