Skip to content

Instantly share code, notes, and snippets.

@get-data-
Created July 30, 2017 04:57
Show Gist options
  • Save get-data-/7a00cd392c4f35456957e01569ab91bc to your computer and use it in GitHub Desktop.
Save get-data-/7a00cd392c4f35456957e01569ab91bc to your computer and use it in GitHub Desktop.
how to switch to new branch
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