On linux I use 'git pull' all the time because we recently switched to
git from CVS, and it's handy.

>From the same git repo that I'm using, Windows users try to pull and
get:

>From ssh://[EMAIL PROTECTED]/var/git/iv
 = [up to date]      master     -> origin/master
 = [up to date]      mbn/xtol   -> origin/mbn/xtol
 = [up to date]      sprint2    -> origin/sprint2
 = [up to date]      sprint3    -> origin/sprint3
 = [up to date]      xtol       -> origin/xtol
You asked me to pull without telling me which branch you
want to merge with, and 'branch.master.merge' in
your configuration file does not tell me either.  Please
name which branch you want to merge on the command line and
try again (e.g. 'git pull <repository> <refspec>').
See git-pull(1) for details on the refspec.

I haven't looked at branch.master.merge yet.  My question is, since I
didn't manually configure anything so that I could 'git pull' on
master on my Linux box, am I supposed to have to manually configure
that on msysGit?

Thanks,
Barry Roberts

Reply via email to