mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
add overrideGpg switch to Config.md
Signed-off-by: Randshot <randshot@norealm.xyz>
This commit is contained in:
parent
570d27ffaa
commit
fe6d8d62c5
|
|
@ -44,6 +44,7 @@ Default path for the config file:
|
|||
skipHookPrefix: WIP
|
||||
autoFetch: true
|
||||
branchLogCmd: "git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium {{branchName}} --"
|
||||
overrideGpg: false # prevents lazygit from spawning a separate process when using GPG
|
||||
update:
|
||||
method: prompt # can be: prompt | background | never
|
||||
days: 14 # how often an update is checked for
|
||||
|
|
|
|||
Loading…
Reference in a new issue