Return to Snippet

Revision: 56956
at April 26, 2012 22:55 by satie83


Initial Code
git branch --set-upstream [BRANCH_NAME] origin/master

Initial URL
http://stackoverflow.com/questions/520650/how-do-you-make-an-existing-git-branch-track-a-remote-branch

Initial Description
How do you make an existing git branch track a remote branch

Initial Title
GIT - How to track a remote branch

Initial Tags
git

Initial Language
Bash