Add --rebase to gpll abbrev

This commit is contained in:
Jakob Lechner 2024-05-27 15:21:20 +02:00
parent 5a5a5c7606
commit 47d27e6447

View file

@ -38,7 +38,7 @@
gf = "git fetch";
ginit = "git init";
gl = "git log";
gpll = "git pull";
gpll = "git pull --rebase";
gpsh = "git push";
grb = "git rebase --autostash";
grbi = "git rebase --autostash --interactive --autosquash refs/remotes/origin/HEAD";