docs: synchronize pushes across remotes

This commit is contained in:
lofyer
2026-08-05 21:56:55 +08:00
parent cd7c10d17c
commit a1c2585df2
+5
View File
@@ -106,3 +106,8 @@ make paid or external calls, so run them only with explicit authorization.
Before committing or pushing, inspect `git status`, `git diff`, and
`git diff --cached`. Do not commit secrets, local databases, logs, generated
credentials, or private user artifacts.
This repository has two synchronized remotes, `origin` and `github`. Unless the
user explicitly names a remote, every requested push must update the current
branch on both remotes, plus any tags explicitly included in the request.
Verify both remote refs after pushing.