Answers for "git how to link local branch to remote branch"

0

git link branch to remote

# v. 1.8.0
git branch -u remote/my-branch
Posted by: Guest on June-09-2021
0

git link local branch to remote branch

git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*'
Posted by: Guest on December-05-2020

Code answers related to "git how to link local branch to remote branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language