From e0711d001f7c163f1e1b2c40e0176e6e5f61b5c9 Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 20 May 2025 11:41:03 +0200 Subject: [PATCH] Add git push force abbr --- fish/.config/fish/conf.d/abbr.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/fish/.config/fish/conf.d/abbr.fish b/fish/.config/fish/conf.d/abbr.fish index 13cb60c..1718d08 100644 --- a/fish/.config/fish/conf.d/abbr.fish +++ b/fish/.config/fish/conf.d/abbr.fish @@ -17,6 +17,7 @@ abbr -a gco git checkout abbr -a gcb git checkout -b abbr -a gl git pull abbr -a gp git push +abbr -a gpf! git push --force if type -q "lazygit" abbr -a lg lazygit end