Git Commands
A curated collection of 3 git commands for building with AI coding agents.
Command
Create PR
Push the current branch and open a GitHub pull request with a generated title and body.
/create-pr[base branch or notes]
Command
Sync Branch
Fetch and rebase the current branch onto its base, resolving conflicts and verifying the build.
/sync-branch[base branch]