mirror of https://github.com/wlcx/home.git
Add git restore alias
This commit is contained in:
parent
4e27722625
commit
bea19cb5a0
|
@ -27,6 +27,7 @@
|
||||||
rc = "rebase --continue";
|
rc = "rebase --continue";
|
||||||
ra = "rebase --autostash";
|
ra = "rebase --autostash";
|
||||||
rai = "rebase --autostash --interactive";
|
rai = "rebase --autostash --interactive";
|
||||||
|
rs = "restore --staged";
|
||||||
st = "status";
|
st = "status";
|
||||||
|
|
||||||
gone = ''
|
gone = ''
|
||||||
|
|
Loading…
Reference in New Issue