diff options
author | Ivan Stankovic <pokemon@fly.srk.fer.hr> | 2008-08-10 18:22:14 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-10 23:56:22 -0700 |
commit | 4f80b27d48fee1c588810f3341ffe5d14558cea2 (patch) | |
tree | 211f3c5520e6d78a057c7a41f09fdb06a4aadd14 | |
parent | Fix deleting reflog entries from HEAD reflog (diff) | |
download | tgif-4f80b27d48fee1c588810f3341ffe5d14558cea2.tar.xz |
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>
-rw-r--r-- | Documentation/user-manual.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 64a820bf60..49a4a898d7 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 |