mirror of
https://github.com/mike-rambil/Advanced-Git.git
synced 2025-12-20 00:50:01 -06:00
731 B
731 B
⬅️ Back to How to Use git worktree Safely
Check Existing Worktrees
Command
git worktree list
Examples
- List all active worktrees.
git worktree list
- List worktrees in a machine-readable format.
git worktree list --porcelain
Steps
- List all active worktrees.
➡️ See the Next Step: Create a New Worktree
Author: mike-rambil • Updated: 2024-06-10 • Tags: worktree, list