Browse Source

checkout: accord documentation to what git does

Signed-off-by: Nicolas Sebrecht <nicolas.s.dev@gmx.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Nicolas Sebrecht 15 years ago committed by Junio C Hamano
parent
commit
142183d096
  1. 2
      Documentation/git-checkout.txt

2
Documentation/git-checkout.txt

@ -238,7 +238,7 @@ the above checkout would fail like this: @@ -238,7 +238,7 @@ the above checkout would fail like this:
+
------------
$ git checkout mytopic
fatal: Entry 'frotz' not uptodate. Cannot merge.
error: You have local changes to 'frotz'; not switching branches.
------------
+
You can give the `-m` flag to the command, which would try a

Loading…
Cancel
Save