1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

Adding setup and config

This commit is contained in:
Nick Flueckiger
2021-01-05 18:38:49 +01:00
committed by Jesse Duffield
parent 6df15ddf6e
commit 6f0f70bd92
3 changed files with 17 additions and 3 deletions

View File

@ -51,6 +51,9 @@ Default path for the config file:
allBranchesLogCmd: "git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium"
overrideGpg: false # prevents lazygit from spawning a separate process when using GPG
disableForcePushing: false
refresher:
refreshInterval: 10 # file/submodule refresh interval in seconds
fetchInterval: 60 # re-fetch interval in seconds
update:
method: prompt # can be: prompt | background | never
days: 14 # how often an update is checked for