Add 'restore --staged' alias

master
Hektor Misplon 2021-09-17 14:21:03 +02:00
parent 20d6a92930
commit 577bb10fdc
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
co = checkout
cob = checkout -b
alias = "!git config -l | grep alias | cut -c 7-"
rs = "restore --staged"
[color]
ui = auto