Last active
June 21, 2016 09:33
-
-
Save lucijafrkovic/a4629072272987ff709fd2257b8cb986 to your computer and use it in GitHub Desktop.
git branch from tag
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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