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>
This commit is contained in:
Ivan Stankovic 2008-08-10 18:22:14 +02:00 committed by Junio C Hamano
parent 55beff4f53
commit 4f80b27d48

View File

@ -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