Answers for "how to track remote branch in git"

-1

git local branch track remote

git branch --set-upstream foo upstream/foo
Posted by: Guest on August-26-2020
0

git local branch track remote

git branch -u upstream/foo foo
Posted by: Guest on August-26-2020

Code answers related to "how to track remote branch in git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language