Skip to content

Instantly share code, notes, and snippets.

@mikel-egana-aranguren
Created December 27, 2017 08:48
Show Gist options
  • Save mikel-egana-aranguren/7e59efe3b379ed33772ef0344a8987b5 to your computer and use it in GitHub Desktop.
Save mikel-egana-aranguren/7e59efe3b379ed33772ef0344a8987b5 to your computer and use it in GitHub Desktop.
Git checkout remote branch
https://stackoverflow.com/questions/1783405/how-do-i-check-out-a-remote-git-branch
git checkout -b fixes_for_dev origin/development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment