From 4c73c8889f2c6959319b85a43ba4d708deea6403 Mon Sep 17 00:00:00 2001 From: matejcik Date: Tue, 6 Aug 2019 14:47:12 +0200 Subject: [PATCH] move git config options to top-level in default config --- pkg/config/app_config.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go index 4116bf501..aefd86896 100644 --- a/pkg/config/app_config.go +++ b/pkg/config/app_config.go @@ -245,11 +245,11 @@ func GetDefaultConfig() []byte { - blue commitLength: show: true - git: - merging: - manualCommit: false - skipHookPrefix: 'WIP' - autoFetch: true +git: + merging: + manualCommit: false + skipHookPrefix: 'WIP' + autoFetch: true update: method: prompt # can be: prompt | background | never days: 14 # how often a update is checked for