Skip to content

Instantly share code, notes, and snippets.

@kumbasar
Created January 15, 2019 09:25
Show Gist options
  • Save kumbasar/461e54dc9c767d9156f480049aa96c52 to your computer and use it in GitHub Desktop.
Save kumbasar/461e54dc9c767d9156f480049aa96c52 to your computer and use it in GitHub Desktop.
How to create tags & How to checkout git remote tag
git fetch --all --tags --prune
git checkout tags/<tag_name> -b <branch_name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment