← Back to tools
View AGENTS.md for git-crecord
git-crecord
Git subcommand to interactively select changes to commit or stage
Description
git-crecord is a git subcommand that lets you interactively select which changes to commit or stage. Choose specific hunks and lines from your working directory to include in commits.
AI Summary
Git subcommand for interactively selecting specific changes and hunks to commit or stage.
Capabilities
- + Interactive change selection
- + Hunk-level staging
- + Line-level commit control
Use When
- → You want fine-grained control over what to commit
- → You need interactive hunk selection