]> git.ipfire.org Git - thirdparty/git.git/commit
worktree: use 'worktree' over 'working tree'
authorDerrick Stolee <derrickstolee@github.com>
Wed, 23 Feb 2022 14:29:14 +0000 (14:29 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Feb 2022 20:24:41 +0000 (12:24 -0800)
commit599701441e5e7853339306f56e82cb02543d53a7
treef77d0c7fef2142afd004c805647107a781557154
parentc57bf8ce9e6f41947e661fdecef3736aa816c50e
worktree: use 'worktree' over 'working tree'

It is helpful to distinguish between a 'working tree' and a 'worktree'.
A worktree contains a working tree plus additional metadata. This
metadata includes per-worktree refs and worktree-specific config.

This is the second of multiple changes to git-worktree.txt, restricted
to the COMMANDS section.

There is some language around the movement of "the working tree of a
linked worktree" which is used once, but the remaining uses are left as
just moving "a linked worktree" for brevity.

Helped-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-worktree.txt