From 19646bc112a59ea15bbd26f0aff33e0360ccba41 Mon Sep 17 00:00:00 2001 From: "alexei.dolgolyov" Date: Wed, 4 Feb 2026 17:44:10 +0300 Subject: [PATCH] Update CLAUDE.md with git push rules --- CLAUDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index c642099..9295c30 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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`