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
Hi there,
I tried out this tool today, looks nice! :)
When installing this I ran into the following issue
$ git config --global alias.fame "!python -m gitfame" -bash: !python: event not found
My environment:
I was able to fix it by using single quotation marks i.e.
$ git config --global alias.fame '!python -m gitfame'
Not sure if that issue is reproducible by others? Happy to send a PR for this but I figured I first confirm this with you.
Cheers :)
The text was updated successfully, but these errors were encountered:
ah yes, silly oversight on my part trying to support Windows. Yes, happy to accept a PR. Though... was it required at all?
As the comment just over the offending line states, it's probably not required on UNIX systems.
Sorry, something went wrong.
fix win/linux/macos git alias
a7a0e10
- closes casperdcl#56 - fixes casperdcl#55
ad86232
spier
casperdcl
Successfully merging a pull request may close this issue.
Hi there,
I tried out this tool today, looks nice! :)
When installing this I ran into the following issue
My environment:
I was able to fix it by using single quotation marks i.e.
Not sure if that issue is reproducible by others?
Happy to send a PR for this but I figured I first confirm this with you.
Cheers :)
The text was updated successfully, but these errors were encountered: