Skip to content

Instantly share code, notes, and snippets.

@rymawby
Created June 28, 2013 08:41
Show Gist options
  • Select an option

  • Save rymawby/5883361 to your computer and use it in GitHub Desktop.

Select an option

Save rymawby/5883361 to your computer and use it in GitHub Desktop.
Checking out a remote branch with git
git fetch origin
git checkout -b <BRANCH_NAME> origin/<BRANCH_NAME>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment