What problem does it solve?
Integrating completed work from GitButler virtual branches into the main codebase can be a delicate process, prone to conflicts or unintended history changes. This Skill provides a guided, safe workflow to ensure smooth integration and cleanup.
Core Features & Use Cases
- Safety Snapshots: Create a backup of your workspace before any integration, allowing for easy recovery.
- Guided Merge Workflows: Follow step-by-step instructions for direct merges to
main or pull request-based integrations.
- Error Recovery: Provides clear solutions for common issues like merge conflicts, push rejections, and accidental integrations.
- Use Case: After completing a new feature on a virtual branch and ensuring all tests pass, use this Skill to safely merge your changes into the
main branch, preserving history and cleaning up the virtual branch.
Quick Start
Complete the 'feature-auth' virtual branch and merge it into 'main' using the direct merge workflow, ensuring a safety snapshot is created first.