Files
action-git-town/.git-branches.toml
2025-11-06 01:02:56 +11:00

19 lines
318 B
TOML

# Git Town configuration file
push-hook = true
share-new-branches = "no"
ship-delete-tracking-branch = false
sync-before-ship = false
sync-upstream = true
[branches]
main = "main"
[hosting]
platform = "github"
origin-hostname = "github.com"
[sync-strategy]
feature-branches = "merge"
perennial-branches = "rebase"