X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=Documentation%2Fuser-manual.txt;h=e99921108e20f50e4c3f5d0e4beec37fbdf648f9;hb=10d9d887ecdc81197162d7bbe5dfc0d028498fd6;hp=f4216899427ab2a24f92dd20da9b43c01c9ef11b;hpb=71b9979bc74b66c1cf961d5c74de5c0b3cbf00a4;p=git.git diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index f42168994..e99921108 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -2825,8 +2825,8 @@ You can also add a "+" to force the update each time: $ git config remote.example.fetch +master:ref/remotes/example/master ------------------------------------------------- -Don't do this unless you're sure you won't mind "git-fetch" possibly -throwing away commits on mybranch. +Don't do this unless you're sure you won't mind "git fetch" possibly +throwing away commits on 'example/master'. Also note that all of the above configuration can be performed by directly editing the file .git/config instead of using