Created
March 2, 2012 19:53
-
-
Save Irio/1960872 to your computer and use it in GitHub Desktop.
Git clone remote branch to a new local branch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git fetch RemoteName | |
$ git checkout RemoteName/branch_name | |
$ git checkout -b RemoteName_branch_name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment