mirror of
https://github.com/mike-rambil/Advanced-Git.git
synced 2026-01-06 09:29:30 -06:00
chore: force-generate all markdown files and README.md
This commit is contained in:
31
contents/check-existing-worktrees.md
Normal file
31
contents/check-existing-worktrees.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# Check Existing Worktrees
|
||||
|
||||
|
||||

|
||||
|
||||
#### Command
|
||||
```sh
|
||||
git worktree list
|
||||
```
|
||||
|
||||
#### Examples
|
||||
- **List all active worktrees.**
|
||||
|
||||
|
||||
```sh
|
||||
git worktree list
|
||||
```
|
||||
|
||||
|
||||
#### Steps
|
||||
1. List all active worktrees.
|
||||
|
||||
|
||||
#### Tags
|
||||
`worktree`, `list`
|
||||
|
||||
#### Author
|
||||
mike-rambil
|
||||
|
||||
#### Last Updated
|
||||
2024-06-10
|
||||
Reference in New Issue
Block a user