Because writing commands full names is tiring. Is there any way/implementation for git to guess the commands like vim?
For example in vim:
:w
:wri
" for
:write
What I would like to do with git:
git br
git bra
# for
git branch
While I can do that with aliases, I would prefer something more automatic (for all commands) like vim's functionality.