From 924d68bd876c4ac71ec9ff1dfeaa473dd8d55d31 Mon Sep 17 00:00:00 2001 From: Indrajit Raychaudhuri Date: Sun, 22 Mar 2026 15:10:41 -0500 Subject: [PATCH] git: adjust documentation for worktree management commands --- modules/git/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/git/README.md b/modules/git/README.md index 833092d..7f9c834 100644 --- a/modules/git/README.md +++ b/modules/git/README.md @@ -323,14 +323,14 @@ zstyle ':prezto:module:git:alias' skip 'yes' - `gwX` removes files from the working tree and from the index recursively and forcefully. -### Worktree management (W) +### Working tree (W) -- `gWa` add a new working tree. -- `gWl` list all working trees. +- `gWa` adds a new working tree. +- `gWl` lists all working trees. - `gWx` removes a working tree. -- `gWX` removes a working tree and forcefully. +- `gWX` removes a working tree forcefully. - `gWm` moves a working tree to a new location. -- `gWc` prunes all the working trees. +- `gWc` prunes stale worktrees and their administrative data. ### Shadows