On Tue, May 13, 2008 at 4:22 AM, SungHyun Nam <goweol@xxxxxxxxx> wrote: > Kevin Ballard wrote, at 5/10/2008 2:16 AM: > > > If you know the pull will just be a fast-foward, then you can do > > something like > > > > git fetch origin && git update-ref master origin/master I belive that should be `update-ref refs/heads/master origin/master`, otherwise you'll get this error: > It seems it worked, but I see a warning message "refname 'master' > is ambiguous." Can I fix this warning message? Try `rm .git/master`. -- larsh -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html