@gw-git-worktree-workflows
Git Worktree Workflows - Comprehensive Guide
This guide teaches you how to master Git worktrees using the gw CLI tool for optimized development workflows.
Table of Contents
- Git Worktree Fundamentals
- Creating and Managing Worktrees with gw
- Navigating Between Worktrees
- Listing and Inspecting Worktrees
- Common Workflow Patterns
- Cleanup and Maintenance
- Troubleshooting Common Issues
1. Git Worktree Fundamentals
What are Git Worktrees?
More from mthines/gw-tools
autonomous-workflow
>
34gw-config-management
>
28git-worktree-workflows
>
22@gw-config-management
>
17@gw-autonomous-workflow
Autonomous feature development workflow using isolated worktrees. Use this skill to autonomously implement features from task description through tested PR delivery. Handles worktree creation, implementation, testing, iteration, documentation, and PR creation. Triggers on requests for autonomous feature development, end-to-end implementation, or "implement X feature autonomously.
15@gw-multi-worktree-dev
Advanced patterns for developing across multiple Git worktrees simultaneously. Use this skill when managing dependencies across worktrees, synchronizing files, handling databases for multiple branches, running parallel tests, or orchestrating services across worktrees. Triggers on tasks involving multi-branch development, dependency sharing, database isolation, or service orchestration with gw.
4