1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2026-04-18 14:24:06 +00:00

git: adjust documentation for worktree management commands

This commit is contained in:
Indrajit Raychaudhuri
2026-03-22 15:10:41 -05:00
parent bd4e084ab0
commit 924d68bd87

View File

@@ -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