Add 'restore --staged' alias
parent
20d6a92930
commit
577bb10fdc
|
@ -17,6 +17,7 @@
|
|||
co = checkout
|
||||
cob = checkout -b
|
||||
alias = "!git config -l | grep alias | cut -c 7-"
|
||||
rs = "restore --staged"
|
||||
|
||||
[color]
|
||||
ui = auto
|
||||
|
|
Loading…
Reference in New Issue