Created
November 29, 2013 15:33
-
-
Save elranu/7707374 to your computer and use it in GitHub Desktop.
Git remote branch tranking
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 remote update | |
git checkout -t -b nameBranch remote/branch | |
git branch -vv (to check, two Vs) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment