Configure git so that “git pull” instead of “git pull origin master”?

Try: branch "master" remote = origin merge = refs/heads/master.

Your configuration specifies to merge with the ref 'refs/head/master' from the remote, but no such ref was fetched. " ): Is there some way to tell what valid refs there are? – munchybunch Nov 28 '10 at 17:04 1 @munchybunch: replace head by heads – J.F.Sebastian Nov 28 '10 at 22:26 Bingo.

Thanks, J.F. – Horia Dragomir Nov 29 '10 at 11:39.

It should be enough just to execute git config branch.master. Remote origin.

An easy way is to use git checkout -t to have the tracking set up when you create the local branch.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions