Skip to content

Commit 0a59a56

Browse files
committed
chore(claude): clarify silent push instruction and restructure guidelines
Reorganized the push command documentation to improve clarity. Moved the silent push instruction from step 5 into a dedicated "Git command guidelines" section and refined the wording to better reflect the intent.
1 parent 35abb8f commit 0a59a56

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.claude/commands/push.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ Commit all changes in discrete, logical commits and push to the remote.
88
2. Review recent commit messages for style reference
99
3. Group related files into logical commits (same feature, bug fix, or refactor)
1010
4. Create commits for each group with clear messages
11-
5. Push silently first (`push > /dev/null 2>&1`), only show output on failure
11+
5. Push the changes to remote
12+
13+
## Git command guidelines
14+
15+
Commit and push changes silently first (`> /dev/null 2>&1`), only show output on failure
1216

1317
## Grouping Guidelines
1418

0 commit comments

Comments
 (0)