We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parse commands in the pre-exec hook to see if they are already aliased, if so, reexpand out if possible to see if there are better aliases
function gcm { $MainBranch = Get-Git-MainBranch git checkout $MainBranch $args }
No alias recommended
$ gco master :
Recommend better alias
$ gco master Alias tip: gcm :
The text was updated successfully, but these errors were encountered:
codyduong
No branches or pull requests
Parse commands in the pre-exec hook to see if they are already aliased, if so, reexpand out if possible to see if there are better aliases
Setup
Currently
No alias recommended
Expected
Recommend better alias
The text was updated successfully, but these errors were encountered: