Skip to content

Instantly share code, notes, and snippets.

@2get
Last active December 19, 2015 16:08
Show Gist options
  • Save 2get/5981049 to your computer and use it in GitHub Desktop.
Save 2get/5981049 to your computer and use it in GitHub Desktop.
リモートブランチをローカルに持ってくる
git fetch
git checkout -t origin/remote-branch-name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment