Git Push Strategy
Git Push Strategy
Active + Reserved Key
Pilih remote group pada Git-service layer tanpa menganggap generated auto-push behavior sudah active.
Command
[tool.custy.git]Category
Git Configuration
Quick Command
push_to = "main"Properties
Properties
| Property | Type | Description | Default | Required |
|---|---|---|---|---|
push_to | main | backup | all | Pilih main_remotes, backup_remotes, atau de-duplicated union keduanya ketika all_remote false dan tidak ada explicit --remote. | main | No |
auto_push | Boolean | Generated intention untuk push setelah commit dan tag work, tetapi belum digunakan current active command resolvers atau Git service flow. Perlakukan sebagai reserved. | true | No |
Service-level strategy
toml[tool.custy.git]
main_remotes = ["origin"]
backup_remotes = ["mirror"]
push_to = "all"
# Tersedia dalam generated file, tetapi saat ini masih reserved.
auto_push = true