A bash utility for managing git worktrees in a centralized location. Useful for running multiple AI agents on different branches of the same repo, or any workflow where you need isolated working directories.
- Centralized worktrees - All worktrees stored in one location (
$GWT_WORKTREES_ROOT/<repo>/<name>) - Auto-navigation -
gwt newandgwt cdchange to the worktree directory - Preview changes - Apply worktree state to main repo for testing (with local server, DB, etc.)
- Branch cleanup -
gwt rmprompts to delete the associated branch