From 1c72cde5156c7dd2b5358c715c651596c2d873f2 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 2 Jan 2025 09:26:46 +0100 Subject: [PATCH] update git town config --- dot_config/git/private_config.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/git/private_config.tmpl b/dot_config/git/private_config.tmpl index abbca54..4c0abda 100644 --- a/dot_config/git/private_config.tmpl +++ b/dot_config/git/private_config.tmpl @@ -141,7 +141,6 @@ [git-town] push-hook = true push-new-branches = false - create-prototype-branches = false ship-strategy = api ship-delete-tracking-branch = false sync-tags = true @@ -149,3 +148,4 @@ perennial-branches = master sync-feature-strategy = rebase sync-perennial-strategy = rebase + new-branch-type = feature