Created
May 28, 2013 19:46
-
-
Save djburdick/5665533 to your computer and use it in GitHub Desktop.
set upstream tracking for a branch that already exists locally. #git
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 branch --set-upstream master origin/master | |
| # useful if you've used git flow init and it created a bunch of local branches that don't track the remotes | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment