Skip to main content

Output

Command Output

Review Required

Interpret per-remote dry-run, success, skip, warning, and failure messages from the push profile.

Commandcusty push

Category

Git Operations

Quick Command

custy push [OPTIONS]

outputremotesverification

Overview

Custy reports operations per resolved remote. Read the remote name and role for every message because different destinations can produce different results.


Representative Output

Command Output

Example output produced after running the command.

Dry-Run Remote Processing

Representative intent reported before normal synchronization.

Terminal
text
Remote role: main
Remote: origin
Dry-run: push HEAD
Dry-run: push tag v1.2.3

Backup Remote Skipped

Representative skip behavior when no eligible backup destination is available.

Terminal
text
Backup synchronization skipped
No eligible backup remote resolved

Output can include the current branch, remote role, dry-run intent, HEAD and tag results, backup warnings, or an actionable validation error.


Verify Remote State

Terminal
bash
git status -sb
git ls-remote --heads origin
git ls-remote --tags origin

Replace origin with the destination reported by the workflow.