Skip to content

Instantly share code, notes, and snippets.

@ellneal
Created March 16, 2012 11:33
Show Gist options
  • Save ellneal/2049684 to your computer and use it in GitHub Desktop.
Save ellneal/2049684 to your computer and use it in GitHub Desktop.
Checkout a remote branch
git checkout -b [LOCAL_BRANCH_NAME] [REMOTE]/[REMOTE_BRANCH_NAME]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment