Requirements
Requirements
Required Review
Verify the current branch, commit, tag, remotes, authentication, and protection rules before synchronization.
Command
custy pushCategory
Git Operations
Quick Command
custy push [OPTIONS]Overview
Push changes shared repository state. Verify the exact references and destinations before normal execution.
Push Requirements
Requirements
Reviewed HEAD
Confirm the current branch and the exact HEAD commit that will be synchronized.
Reachable Main Remote
At least one intended main remote must exist and be reachable.
Git Authentication
Configure native SSH/Git authentication or Custy's optional protected external HTTPS fallback; never store a token value in config.toml.
Remote Permission
The branch and account must satisfy remote protection and authorization rules.
Local Tag
A requested tag must exist locally and point to the intended commit.
Backup Remote
Configure an eligible backup destination only when backup synchronization is required.
Recommended Preflight
Terminal
bashgit status -sb
git log -1 --oneline --decorate
git remote -v
custy --dry-run push