I have git itself aliased:
This causes git aliases not to be found.
That is, git status will cause Alias tip: git st, but g status will not result in any message about aliases.
Is it possible to configure alias-tips so that g is correctly interpreted as an alias to git?
I have git itself aliased:
alias g=gitThis causes git aliases not to be found.
That is,
git statuswill causeAlias tip: git st, butg statuswill not result in any message about aliases.Is it possible to configure alias-tips so that
gis correctly interpreted as an alias togit?