Code

Documentation: fix invalid reference to 'mybranch' in user manual
authorIvan Stankovic <pokemon@fly.srk.fer.hr>
Sun, 10 Aug 2008 16:22:14 +0000 (18:22 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Aug 2008 06:56:22 +0000 (23:56 -0700)
Signed-off-by: Ivan Stankovic <pokemon@fly.srk.fer.hr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/user-manual.txt

index 64a820bf60ae5da8aaaac5fd72c169b8dd381c89..49a4a898d7c7826a64021f8c84a944c80503c9e4 100644 (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