Add --rebase to gpll abbrev
This commit is contained in:
parent
d63d0326fa
commit
0ff22fbfb5
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue