global/git: add rebase alias
This commit is contained in:
parent
03c3eabb06
commit
ddf5ccac72
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@
|
||||||
rs = "restore --staged -p";
|
rs = "restore --staged -p";
|
||||||
sw = "switch";
|
sw = "switch";
|
||||||
st = "status -sb";
|
st = "status -sb";
|
||||||
|
rb = "rebase -i --autosquash";
|
||||||
|
|
||||||
# reset
|
# reset
|
||||||
soft = "reset --soft";
|
soft = "reset --soft";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue