Examples
Examples
Stable
Use cautious push patterns that expose actual resolved destinations before remote synchronization.
Command
custy pushCategory
Git Operations
Quick Command
custy push [OPTIONS]Overviewâ
These examples use dry-run to verify the effective destination set before performing remote mutations.
Common Examples
Examples
Practical command examples.
Preview resolved destinations
Run validation and inspect which main remotes the engine resolves.
CLI
custy --dry-run pushPush to exactly one remote
Override all configured groups and push only to upstream.
CLI
custy push --remote upstreamPush all configured groups
Push the de-duplicated main and eligible backup groups.
CLI
custy push --all-remotePreview HEAD and a release tag
Show the intended HEAD and tag operations for each resolved remote.
CLI
custy --dry-run push --tag v1.4.0Synchronize an eligible backup
Request backup synchronization in addition to normal main-remote processing.
CLI
custy push --sync-backup --tag v1.4.0Run only after review
Push HEAD and the selected tag using the engine's actual resolved destinations.
CLI
custy push --tag v1.4.0