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 -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -