git-worktree.txt: fix typo in example path
Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
6fc5369263
commit
98c7656a18
|
@ -387,7 +387,7 @@ These annotations are:
|
||||||
------------
|
------------
|
||||||
$ git worktree list
|
$ git worktree list
|
||||||
/path/to/linked-worktree abcd1234 [master]
|
/path/to/linked-worktree abcd1234 [master]
|
||||||
/path/to/locked-worktreee acbd5678 (brancha) locked
|
/path/to/locked-worktree acbd5678 (brancha) locked
|
||||||
/path/to/prunable-worktree 5678abc (detached HEAD) prunable
|
/path/to/prunable-worktree 5678abc (detached HEAD) prunable
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue