Skip to content
agentscamp

Git Commands

A curated collection of 3 git commands for building with AI coding agents.

Command

Commit

Stage changes and write a Conventional Commits message describing them.

/commit
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]