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