Skip to content

Instantly share code, notes, and snippets.

@bouassaba
Created November 17, 2014 00:27
Show Gist options
  • Save bouassaba/dc66beacce099cf58f33 to your computer and use it in GitHub Desktop.
Save bouassaba/dc66beacce099cf58f33 to your computer and use it in GitHub Desktop.
Git, checkout remote branch
git fetch origin
git checkout -b serverfix origin/serverfix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment