Add git push force abbr

This commit is contained in:
Tim 2025-05-20 11:41:03 +02:00
parent 7f610dc31a
commit e0711d001f

View File

@ -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