Skip to content

Commit 57a4815

Browse files
committed
setup git town
1 parent bda9584 commit 57a4815

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

.git-branches.toml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# More info around this file at https://www.git-town.com/configuration-file
2+
3+
[branches]
4+
main = "main"
5+
perennials = []
6+
perennial-regex = ""
7+
8+
[create]
9+
new-branch-type = ""
10+
push-new-branches = false
11+
12+
[hosting]
13+
dev-remote = "origin"
14+
forge-type = "github"
15+
# origin-hostname = ""
16+
17+
[ship]
18+
delete-tracking-branch = false
19+
strategy = "api"
20+
21+
[sync]
22+
feature-strategy = "merge"
23+
perennial-strategy = "rebase"
24+
prototype-strategy = "merge"
25+
push-hook = true
26+
tags = false
27+
upstream = true

0 commit comments

Comments
 (0)