We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aadf715 commit e4cae5cCopy full SHA for e4cae5c
plans/logger-refactor-plan.md
@@ -28,7 +28,7 @@ This is a live document. You should update it with any unintutive cases you find
28
### Step 4: Commit changes
29
30
- **Do NOT use git-committer agent** - it's too slow
31
-- Instead, manually run: `git add <files>` then `git commit -m "<message>"`
+- Instead, manually run: `git add <files> && git commit -m "<message>" && git push`
32
+ - This will push to a branch, where I can manually review the changes.
33
- Keep commit message concise but descriptive
34
- Include Codebuff footer in commit message
-- Afterward, run `git push`. This will push to a branch, where I can manually review the changes.
0 commit comments