1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00

move git config options to top-level in default config

This commit is contained in:
matejcik
2019-08-06 14:47:12 +02:00
committed by Jesse Duffield
parent 68d5c2bc10
commit 4c73c8889f

View File

@ -245,11 +245,11 @@ func GetDefaultConfig() []byte {
- blue - blue
commitLength: commitLength:
show: true show: true
git: git:
merging: merging:
manualCommit: false manualCommit: false
skipHookPrefix: 'WIP' skipHookPrefix: 'WIP'
autoFetch: true autoFetch: true
update: update:
method: prompt # can be: prompt | background | never method: prompt # can be: prompt | background | never
days: 14 # how often a update is checked for days: 14 # how often a update is checked for