Answers for "which remote branch my local branch is trackig"

-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 "which remote branch my local branch is trackig"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language