diff --git a/.git-branches.toml b/.git-branches.toml deleted file mode 100644 index e7377587..00000000 --- a/.git-branches.toml +++ /dev/null @@ -1,10 +0,0 @@ -# Git Town configuration file - -create-prototype-branches = true -ship-delete-tracking-branch = false - -[branches] -main = "main" - -[sync-strategy] -prototype-branches = "rebase" diff --git a/.git-town.toml b/.git-town.toml new file mode 100644 index 00000000..4f1e0f5a --- /dev/null +++ b/.git-town.toml @@ -0,0 +1,11 @@ +[branches] +main = "main" + +[create] +new-branch-type = "prototype" + +[ship] +delete-tracking-branch = false + +[sync-strategy] +prototype-branches = "rebase"