Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fijimunkii/70fb8f0ea2a73cdc8b3a to your computer and use it in GitHub Desktop.
Save fijimunkii/70fb8f0ea2a73cdc8b3a to your computer and use it in GitHub Desktop.
git checkout remote master to local branch
git fetch <remote> <rbranch>:<lbranch>
git checkout <lbranch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment