"W. Trevor King" <wk...@tremily.us> writes: > From: "W. Trevor King" <wk...@tremily.us> > > I hardly ever setup remote.<name>.url using 'git config'. While it > may be instructive to do so, we should also point out 'git remote > add'. > > Signed-off-by: W. Trevor King <wk...@tremily.us> > ---
This looks like a good 'maint' material that can be applied straight away there in preparation for 1.8.1.4 to me (modulo one nit); reviewers watching from the sideline, please stop me if you see issues. > +After configuring the remote, the following two commands will do the > +same thing: > > ------------------------------------------------- > +$ git fetch git://example.com/proj.git +refs/heads/*:refs/remotes/example/* > +$ git fetch example +refs/heads/*:refs/remotes/example/* > $ git fetch example > ------------------------------------------------- These _three_ commands will do the same. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html