Documentation/git-worktree: fix broken 'linkgit' invocation

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Eric Sunshine
2015-07-24 00:00:52 -04:00
committed by Junio C Hamano
parent 272be14a85
commit 5f5f553fd5

View File

@ -27,7 +27,7 @@ bare repository) and zero or more linked working trees.
When you are done with a linked working tree you can simply delete it. When you are done with a linked working tree you can simply delete it.
The working tree's administrative files in the repository (see The working tree's administrative files in the repository (see
"DETAILS" below) will eventually be removed automatically (see "DETAILS" below) will eventually be removed automatically (see
`gc.worktreePruneExpire` in linkgit::git-config[1]), or you can run `gc.worktreePruneExpire` in linkgit:git-config[1]), or you can run
`git worktree prune` in the main or any linked working tree to `git worktree prune` in the main or any linked working tree to
clean up any stale administrative files. clean up any stale administrative files.