Skip to content

Instantly share code, notes, and snippets.

@choyno
Created October 23, 2018 03:38
Show Gist options
  • Save choyno/cc676746aa8b9b066b2034026c56c535 to your computer and use it in GitHub Desktop.
Save choyno/cc676746aa8b9b066b2034026c56c535 to your computer and use it in GitHub Desktop.
Fetch and create other Branch
git branch -r
origin/HEAD -> origin/master
origin/daves_branch
origin/discover
origin/master
git fetch origin discover
git checkout discover
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment