Change grbi abbrev to rebase to default branch

This commit is contained in:
Jakob Lechner 2023-09-27 12:50:57 +00:00 committed by Jakob Lechner
parent 92922f75f1
commit cc34d682de
No known key found for this signature in database
GPG key ID: 996082EFB5906C10

View file

@ -40,7 +40,7 @@
gpll = "git pull";
gpsh = "git push";
grb = "git rebase --autostash";
grbi = "git rebase --autostash --interactive --autosquash \(git merge-base HEAD origin/master\)";
grbi = "git rebase --autostash --interactive --autosquash refs/remotes/origin/HEAD";
gr = "git restore";
grs = "git restore --staged";
grst = "git reset";