Update git rules with retry workaround

This commit is contained in:
2026-06-12 23:27:44 +02:00
parent 56eab4a89b
commit dd0876d977
5 changed files with 12 additions and 10 deletions
+1
View File
@@ -28,3 +28,4 @@ The exact naming syntax for compiled files is:
# Git & Workflow Rules
- **Always Commit and Push:** At the end of every interaction or when tasks are completed, ALL changes must be automatically committed and pushed to Git (`git add .`, `git commit`, `git push`).
- **Push Retry Bug:** If `git push` fails with an authentication error, ALWAYS try running it a second time, as it usually succeeds on the retry.