Skip to content

Commit

Permalink
Documentation: fix invalid reference to 'mybranch' in user manual
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Stankovic <pokemon@fly.srk.fer.hr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Ivan Stankovic authored and Junio C Hamano committed Aug 11, 2008
1 parent 55beff4 commit 4f80b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/user-manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f80b27

Please sign in to comment.