What problem does it solve?
Traditional Git workflows can be cumbersome for parallel development, multi-agent collaboration, or post-hoc organization. This Skill streamlines these complex scenarios, offering a flexible, visual, and AI-friendly approach to version control.
Core Features & Use Cases
- Virtual Branches: Work on multiple unrelated features simultaneously in the same workspace without constant context switching or checkouts.
- Post-Hoc Organization with
but rub: Organize files and commits to branches after writing code, adapting to your workflow rather than forcing it.
- Multi-Agent Collaboration: Enable multiple AI agents to work concurrently in the same repository with zero coordination overhead.
- Use Case: Start coding an experimental feature without worrying about branches. Once the code is written, use
but rub to assign files to a new virtual branch and commit, then continue with another feature in parallel.
Quick Start
Initialize GitButler in your repository, create a new virtual branch 'feature-auth', make changes, and assign 'src/auth.ts' to it.