From: Ivan Stankovic Date: Sun, 10 Aug 2008 16:22:14 +0000 (+0200) Subject: Documentation: fix invalid reference to 'mybranch' in user manual X-Git-Tag: v1.6.0-rc3~1^2~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4f80b27d48fee1c588810f3341ffe5d14558cea2;p=git.git Documentation: fix invalid reference to 'mybranch' in user manual Signed-off-by: Ivan Stankovic Signed-off-by: Junio C Hamano --- diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 64a820bf6..49a4a898d 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -2812,7 +2812,7 @@ $ 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. +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