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
Seems to be broken on Linux.
Relevant part of .gitconfig:
[remind] paths = /Users/igor/Projects/*,/Users/igor/Projects/OS/*
Paths seem to be OK:
$ git-remind paths /Users/igor/Projects/* /Users/igor/Projects/OS/*
However, repos are not detected:
$ git-remind repos
Works fine on macOS with exactly the same .gitconfig and exactly the same folder/repo structure.
The text was updated successfully, but these errors were encountered:
Well it seems broken on MacOS too. No repos detected, should have plenty.
Sorry, something went wrong.
Works fine for me on current Ubuntu LTS (20.04.3) with version 1.1.1
installed it in WSL using linuxbrew. /home/linuxbrew/.linuxbrew/bin/git-remind: Permission denied in sudo, command not found
No branches or pull requests
Seems to be broken on Linux.
Relevant part of .gitconfig:
Paths seem to be OK:
However, repos are not detected:
Works fine on macOS with exactly the same .gitconfig and exactly the same folder/repo structure.
The text was updated successfully, but these errors were encountered: