Skip to content

Instantly share code, notes, and snippets.

@bao1018
Created January 24, 2014 03:35
Show Gist options
  • Save bao1018/8591641 to your computer and use it in GitHub Desktop.
Save bao1018/8591641 to your computer and use it in GitHub Desktop.
Create branch from Tag
git checkout -b <branchName> <tagName>
git push origin <branchName>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment