Skip to content

Instantly share code, notes, and snippets.

@lucijafrkovic
Last active June 21, 2016 09:33
Show Gist options
  • Save lucijafrkovic/a4629072272987ff709fd2257b8cb986 to your computer and use it in GitHub Desktop.
Save lucijafrkovic/a4629072272987ff709fd2257b8cb986 to your computer and use it in GitHub Desktop.
git branch from tag
1. git checkout -b branch_name tag_name
2. git push --set-upstream origin branch_name
or
git push -u origin branch_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment