Created
July 30, 2017 04:57
-
-
Save get-data-/7a00cd392c4f35456957e01569ab91bc to your computer and use it in GitHub Desktop.
how to switch to new branch
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
git remote update | |
git branch | |
git checkout --track origin/<branch_you_want_to_switch_to> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment