Lewati ke konten utama

Examples

Examples

Practical Guide

Preview dan jalankan branch, tag, serta backup synchronization.

Commandcusty push

Category

Git Operations

Quick Command

custy push [OPTIONS]

Ringkasan​

Examples

Practical command examples.

Preview Default Push

Resolve destinations tanpa network mutation.

CLI
custy --dry-run push

Default Push

Push current HEAD.

CLI
custy push

Specific Remote

Override semua configured groups.

CLI
custy push --remote upstream

All Configured Remotes

Pilih main dan eligible backup groups.

CLI
custy push --all-remote

Preview with Tag

Preview HEAD dan tag push.

CLI
custy --dry-run push --tag v1.4.0

Push with Tag

Push HEAD dan tag.

CLI
custy push --tag v1.4.0

Backup Synchronization

Minta main dan backup synchronization.

CLI
custy push --sync-backup --tag v1.4.0