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";
|
||||
ra = "rebase --autostash";
|
||||
rai = "rebase --autostash --interactive";
|
||||
rs = "restore --staged";
|
||||
st = "status";
|
||||
|
||||
gone = ''
|
||||
|
|
Loading…
Reference in New Issue