From 4f80b27d48fee1c588810f3341ffe5d14558cea2 Mon Sep 17 00:00:00 2001 From: Ivan Stankovic Date: Sun, 10 Aug 2008 18:22:14 +0200 Subject: [PATCH] Documentation: fix invalid reference to 'mybranch' in user manual Signed-off-by: Ivan Stankovic Signed-off-by: Junio C Hamano --- Documentation/user-manual.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2