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

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -