Answers for "git create remote branch and track local"

C#
-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 "git create remote branch and track local"

C# Answers by Framework

Browse Popular Code Answers by Language