1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-03 13:21:56 +02:00

add config for disabling force pushing

This commit is contained in:
Francisco Miamoto 2020-08-29 23:08:50 -03:00 committed by Jesse Duffield
parent 71ff18318d
commit 86f296a898
2 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@ Default path for the config file:
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
disableForcePushing: false
update:
method: prompt # can be: prompt | background | never
days: 14 # how often an update is checked for

View File

@ -276,6 +276,7 @@ git:
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
disableForcePushing: false
update:
method: prompt # can be: prompt | background | never
days: 14 # how often a update is checked for