What is the default remote branch for git pull? -
if on branch , git pull default remote branch gets fetched/merged? configurations impact this?
apologies if question answered: when browsed not clear 1 directly answered this.
there isn't one. have set 1 up.
you can @ branches fetch remote branches with
$ git branch -vv you can change branch branch pushes/pulls with
$ git branch --set-upstream <remote/branch>
Comments
Post a Comment