Skip to content

Commit e4cae5c

Browse files
committed
update refactor plan file
1 parent aadf715 commit e4cae5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plans/logger-refactor-plan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This is a live document. You should update it with any unintutive cases you find
2828
### Step 4: Commit changes
2929

3030
- **Do NOT use git-committer agent** - it's too slow
31-
- Instead, manually run: `git add <files>` then `git commit -m "<message>"`
31+
- 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.
3233
- Keep commit message concise but descriptive
3334
- Include Codebuff footer in commit message
34-
- Afterward, run `git push`. This will push to a branch, where I can manually review the changes.

0 commit comments

Comments
 (0)