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