Update CLAUDE.md with git push rules

This commit is contained in:
2026-02-04 17:44:10 +03:00
parent 83acf5f1ec
commit 19646bc112

View File

@@ -36,4 +36,5 @@ Default port: `8765`
## Git Rules
Always ask for user approval before committing changes to git.
- Always ask for user approval before committing changes to git.
- When pushing, always push to all remotes: `git push origin master && git push github master`