We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda9584 commit 57a4815Copy full SHA for 57a4815
1 file changed
.git-branches.toml
@@ -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