Change grbi abbrev to rebase to default branch
This commit is contained in:
parent
92922f75f1
commit
cc34d682de
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue