Answers for "get the git remote branch on local"

C#
6

git checkout remote branch

git checkout --track origin/<branchname>
Posted by: Guest on June-17-2020

Code answers related to "get the git remote branch on local"

C# Answers by Framework

Browse Popular Code Answers by Language