Skip to content

Commit d2d842a

Browse files
committed
docs: document list as a passthrough command
Move list from the custom commands table to the passthrough commands section since it directly delegates to git worktree list.
1 parent c8a7bb5 commit d2d842a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,9 @@ git wt list
197197
| `destroy [worktree]` | Remove worktree and delete local + remote branches |
198198
| `update` / `u` | Fetch all and update default branch |
199199
| `switch` | Interactive worktree selection |
200-
| `list` | List all worktrees |
201200

202-
All native `git worktree` commands (lock, unlock, move, prune, repair) are also
203-
supported as pass-through.
201+
All native `git worktree` commands (list, lock, unlock, move, prune, repair) are
202+
also supported as pass-through.
204203

205204
## Development
206205

docs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ repo/
9393
| `destroy [worktree]` | Remove worktree and delete local + remote branches |
9494
| `update` | Fetch all and update default branch |
9595
| `switch` | Interactive worktree selection |
96-
| `list` | List all worktrees |
96+
97+
All native `git worktree` commands (list, lock, unlock, move, prune, repair) are also supported as pass-through.
9798

9899
## Dependencies
99100

0 commit comments

Comments
 (0)