Skip to content

Instantly share code, notes, and snippets.

@taunusflieger
Created October 10, 2021 16:34
Show Gist options
  • Save taunusflieger/cb9f3ae5dd62ee3c928b4e70cfb45b2c to your computer and use it in GitHub Desktop.
Save taunusflieger/cb9f3ae5dd62ee3c928b4e70cfb45b2c 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