Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DharmendraRathor/52b9e1abdc0af9e89964e383afda140d to your computer and use it in GitHub Desktop.
Save DharmendraRathor/52b9e1abdc0af9e89964e383afda140d to your computer and use it in GitHub Desktop.
Create branch from Tag in Github
git checkout -b <branchName> <tagName>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment