bl-sync
Installation
SKILL.md
/bl-sync - Git-Branchless Stack Sync
Category: Git Workflow
Sync your commit stack with the main branch. Fetches remote changes, rebases your stack, and handles post-merge cleanup.
Usage
/bl-sync [options]
Options
| Option | Description |
|---|---|
| (none) | Sync with local main branch |
--pull |
Fetch remote + sync with updated main |
--after-merge |
Clean up after a PR was merged |