Answers for "how to set a local branch to track a remote branch"

3

create local branch to track remote

git checkout --track origin/some_remote_branch
Posted by: Guest on August-04-2020

Code answers related to "how to set a local branch to track a remote branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language