bl-record
Installation
SKILL.md
/bl-record - Git-Branchless Record
Category: Git Workflow
Record staged/unstaged changes as a new commit using git-branchless. Optionally create a branch for the commit.
Usage
/bl-record [-m <message>] [--create-branch]
Options
| Option | Description |
|---|---|
-m <message> |
Commit message (required) |
--create-branch |
Create a branch for PR submission (uses -c flag) |