git-remind
git-remind copied to clipboard
Never forget to git commit and push
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...
Having a flag / config item to ignore untracked files would be lovely. Looks like it's just a matter of tacking on `-u no` to `infra/git/status.go` if the option is...
I'm considering using this package, but it hasn't been updated in a long time. Will this package continue to be maintained?
It simply allows to define a path with double asterisks and searches hierarchically downwards into the directory structure for git repositories.