summaryrefslogtreecommitdiff
path: root/Documentation/user-manual.txt
diff options
context:
space:
mode:
authorIvan Stankovic <pokemon@fly.srk.fer.hr>2008-08-10 16:22:14 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-08-11 06:56:22 (GMT)
commit4f80b27d48fee1c588810f3341ffe5d14558cea2 (patch)
tree211f3c5520e6d78a057c7a41f09fdb06a4aadd14 /Documentation/user-manual.txt
parent55beff4f536011e5d7f17ae63911f1bb56308feb (diff)
downloadgit-4f80b27d48fee1c588810f3341ffe5d14558cea2.zip
git-4f80b27d48fee1c588810f3341ffe5d14558cea2.tar.gz
git-4f80b27d48fee1c588810f3341ffe5d14558cea2.tar.bz2
Documentation: fix invalid reference to 'mybranch' in user manual
Signed-off-by: Ivan Stankovic <pokemon@fly.srk.fer.hr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/user-manual.txt')
-rw-r--r--Documentation/user-manual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index 64a820b..49a4a89 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