mirror of
https://github.com/git/git
synced 2024-10-28 19:25:47 +00:00
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>
This commit is contained in:
parent
6fc5369263
commit
98c7656a18
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ These annotations are:
|
|||
------------
|
||||
$ git worktree list
|
||||
/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
|
||||
------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue