Created
July 11, 2014 05:14
-
-
Save mikedamoiseau/872324f84ba333857a0f to your computer and use it in GitHub Desktop.
git create branch from remote
This file contains hidden or 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 checkout -b nomDeMaBrancheDistante origin/nomDeMaBrancheDistante | |
if | |
``` | |
fatal: git checkout: updating paths is incompatible with switching branches/forcing | |
Did you intend to checkout ‘origin/‘ which can not be resolved as commit?’ | |
``` | |
then | |
``` | |
git remote update | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment