Lazygit: Add custom command for push with lease

This commit is contained in:
Tony Grosinger 2024-06-02 08:51:23 -07:00
parent 7f856981a6
commit bf7c4fcea5

View File

@ -1,3 +1,8 @@
customCommands:
- key: '<c-P>'
context: 'global'
command: 'git push --force-with-lease'
description: 'Force push with lease.'
gui:
timeFormat: '2006-01-02'
mouseEvents: false
@ -21,8 +26,6 @@ gui:
- '#4c4f69'
searchingActiveBorderColor:
- '#df8e1d'
authorColors:
'*': '#7287fd'