Skip to content

Commit e7d1efb

Browse files
pcloudsgitster
authored andcommitted
git.txt: correct where --work-tree path is relative to
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 98acf75 commit e7d1efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ help ...`.
285285
This can also be controlled by setting the GIT_WORK_TREE
286286
environment variable and the core.worktree configuration
287287
variable. It can be an absolute path or relative path to
288-
the directory specified by --git-dir or GIT_DIR.
288+
current working directory.
289289
Note: If --git-dir or GIT_DIR are specified but none of
290290
--work-tree, GIT_WORK_TREE and core.worktree is specified,
291291
the current working directory is regarded as the top directory

0 commit comments

Comments
 (0)