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
Title pretty much says it all. Basically, the following won't work:
New-Alias g git.exe
Whereas this does work:
New-Alias g git
See also #852
The text was updated successfully, but these errors were encountered:
Fix #854 - PowerShell aliases against app with .exe ext doesn't work
5dd57c5
Add RegisteredCommands field to GitTabSettings for debug purposes.
814459c
Merge pull request #855 from dahlbyk/rkeithhill/tab-complete-alias-to…
b79c2dc
…-app-with-extension Fix #854 - PowerShell aliases against app with .exe ext doesn't work
No branches or pull requests
System Details
Issue Description
Title pretty much says it all. Basically, the following won't work:
Whereas this does work:
New-Alias g git
See also #852
The text was updated successfully, but these errors were encountered: