Document the repo-specific git workflow for /home/aw/code/cds. Require drafting commit messages for user review before running git commit, and keep commits scoped to the approved change.
529 B
529 B
Git Guide
This file records repo-specific git workflow preferences for /home/aw/code/cds.
Commit Message Requests
- If the user asks for a git commit description, draft the proposed commit message first.
- Do not run
git commitimmediately after drafting the message. - Wait for explicit user approval before creating the commit.
Commit Scope
- When committing, include only the files relevant to the approved change.
- Leave unrelated worktree changes uncommitted unless the user explicitly asks to include them.