From 7ae6ddccb8d9d4ae5e69522cde0addf867412955 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 30 Jun 2020 08:34:32 +0200 Subject: [PATCH] Gitconfig: remove git-flow branch name customizations --- .config/gitconfig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.config/gitconfig b/.config/gitconfig index 997243f..e2f246c 100644 --- a/.config/gitconfig +++ b/.config/gitconfig @@ -14,11 +14,9 @@ [diff] renamelimit = 65536 renames = copies -[gitflow "branch"] - develop = master - master = stable [gitflow "prefix"] feature = dev/ + versiontag = v [http] sslverify = true sslversion = tlsv1.2