Skip to content

Commit 4f80b27

Browse files
Ivan Stankovicgitster
authored andcommitted
Documentation: fix invalid reference to 'mybranch' in user manual
Signed-off-by: Ivan Stankovic <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 55beff4 commit 4f80b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/user-manual.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2812,7 +2812,7 @@ $ git config remote.example.fetch +master:ref/remotes/example/master
28122812
-------------------------------------------------
28132813

28142814
Don't do this unless you're sure you won't mind "git fetch" possibly
2815-
throwing away commits on mybranch.
2815+
throwing away commits on 'example/master'.
28162816

28172817
Also note that all of the above configuration can be performed by
28182818
directly editing the file .git/config instead of using

0 commit comments

Comments
 (0)