Skip to main content

Syntax

Command Syntax

Stable

Use explicit, grouped, backup-aware, and dry-run push forms.

Commandcusty push

Category

Git Operations

Quick Command

custy push [OPTIONS]

syntaxGit remotesdry-run

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 push

Select exactly one remote

Override configured groups and push only to upstream.

bash
custy push --remote upstream

Select all configured remotes

Select the de-duplicated main and backup groups, subject to branch safety.

bash
custy push --all-remote

Request backup synchronization

Also resolve and push eligible backup remotes.

bash
custy push --sync-backup

Push a selected tag with HEAD

Supply the local tag that should be pushed after HEAD.

bash
custy push --tag v1.2.3

Preview external operations

Report intended remote and tag operations without normal pushes.

bash
custy --dry-run push --tag v1.2.3

Direct 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.