bash: add gr alias for git restore
This commit is contained in:
@@ -52,6 +52,7 @@ declare -A aliases=(
|
|||||||
["gpl"]="git pull"
|
["gpl"]="git pull"
|
||||||
["gb"]="git branch"
|
["gb"]="git branch"
|
||||||
["gm"]="git merge"
|
["gm"]="git merge"
|
||||||
|
["gr"]="git restore"
|
||||||
)
|
)
|
||||||
|
|
||||||
for alias in ${!aliases[@]}; do
|
for alias in ${!aliases[@]}; do
|
||||||
|
|||||||
Reference in New Issue
Block a user