From bf7c4fcea58bfb203afbfa78c8bebd89d2b25b22 Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Sun, 2 Jun 2024 08:51:23 -0700 Subject: [PATCH] Lazygit: Add custom command for push with lease --- .lazygit | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.lazygit b/.lazygit index fae9756..b5147bb 100644 --- a/.lazygit +++ b/.lazygit @@ -1,3 +1,8 @@ +customCommands: + - key: '' + 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'