mirror of
https://github.com/dcarrillo/prezto.git
synced 2026-04-19 04:24:04 +00:00
git: adjust documentation for worktree management commands
This commit is contained in:
@@ -323,14 +323,14 @@ zstyle ':prezto:module:git:alias' skip 'yes'
|
|||||||
- `gwX` removes files from the working tree and from the index recursively and
|
- `gwX` removes files from the working tree and from the index recursively and
|
||||||
forcefully.
|
forcefully.
|
||||||
|
|
||||||
### Worktree management (W)
|
### Working tree (W)
|
||||||
|
|
||||||
- `gWa` add a new working tree.
|
- `gWa` adds a new working tree.
|
||||||
- `gWl` list all working trees.
|
- `gWl` lists all working trees.
|
||||||
- `gWx` removes a working tree.
|
- `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.
|
- `gWm` moves a working tree to a new location.
|
||||||
- `gWc` prunes all the working trees.
|
- `gWc` prunes stale worktrees and their administrative data.
|
||||||
|
|
||||||
### Shadows
|
### Shadows
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user