Syntax
Command Syntax
Stable
Use explicit, grouped, backup-aware, and dry-run push forms.
Command
custy pushCategory
Git Operations
Quick Command
custy push [OPTIONS]Overviewâ
Use root dry-run before allowing an external operation. The direct and Run forms select the same profile and use the same remote-selection rules.
Supported Command Forms
Command Syntax
Available command syntax and usage examples.
Run the configured push profile
Validate and synchronize through the resolved workflow remotes.
bash
custy pushSelect exactly one remote
Override configured groups and push only to upstream.
bash
custy push --remote upstreamSelect all configured remotes
Select the de-duplicated main and backup groups, subject to branch safety.
bash
custy push --all-remoteRequest backup synchronization
Also resolve and push eligible backup remotes.
bash
custy push --sync-backupPush a selected tag with HEAD
Supply the local tag that should be pushed after HEAD.
bash
custy push --tag v1.2.3Preview external operations
Report intended remote and tag operations without normal pushes.
bash
custy --dry-run push --tag v1.2.3Direct Command and Run Profile
custy run push selects the same public push profile and exposes the same
remote and tag option surface through the Run command.