Linus Torvalds <torvalds <at> linux-foundation.org> writes: > Forget about "branch.mybranch.url". It has no meaning. It's not what you > are supposed to ever use as a human (it's purely for scripting). It's not > worth even thinking about. > > Linus But it's hard to forget about it when the 'git pull' error message that begins with "You asked me to pull without ..." mentions these specifically: branch.${curr_branch}.remote = <nickname>" branch.${curr_branch}.merge = <remote-ref>" remote.<nickname>.url = <url>" remote.<nickname>.fetch = <refspec>" It seems to me it would be much more helpful if that message gave some sample git config command lines rather than the resulting "scripting-only" names. - Eric -- 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