Should recommend shorter aliases
MichaelAquilina opened this issue · 1 comments
MichaelAquilina commented
Example
alias gco='git checkout'
alias gcom='git checkout master'
if I run gco master
it should detect that gcom
is a shorter alias and recommend that
MichaelAquilina commented
Fixed in ca04883