Skip to content

Instantly share code, notes, and snippets.

@mtkd
Created June 12, 2009 20:05
Show Gist options
  • Save mtkd/128888 to your computer and use it in GitHub Desktop.
Save mtkd/128888 to your computer and use it in GitHub Desktop.
Checkout alternative branch on Github
git fetch origin other_branch:other_branch
* [new branch] other_branch -> other_branch
git branch
* master
other_branch
git checkout other_branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment