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:
@ -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
|
||||||
|
Reference in New Issue
Block a user