Add shell abbreviation for git push --force

This commit is contained in:
Pim Kunis 2024-11-11 22:05:28 +01:00
parent c248f8b3c5
commit fbf713321c

View file

@ -143,6 +143,7 @@
shellAbbrs = { shellAbbrs = {
htop = "btop"; htop = "btop";
gp = "git push"; gp = "git push";
gpf = "git push --force";
gco = "git checkout"; gco = "git checkout";
gd = "git diff"; gd = "git diff";
gc = "git commit"; gc = "git commit";