Update git rules with retry workaround
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user