bl-init
Installation
SKILL.md
/bl-init - Git-Branchless Repository Initialization
Category: Git Workflow
Initialize git-branchless in the current repository, using the current branch as the main branch by default. Automatically detaches HEAD so you're ready to start stacking commits.
Usage
/bl-init [options]
Options
| Option | Description |
|---|---|
| (none) | Initialize using current branch as main, then detach HEAD |
--main-branch <branch> |
Specify a different branch as main |
--no-detach |
Initialize without detaching HEAD |