git-remind
git-remind copied to clipboard
Option to ignore untracked files
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 set. I don't code in go, but I could probably wing a PR if you want.
I should add: I have a TON of projects (~200). Knowing which projects actually need to commit vs have junk laying around would help a ton.
I should also add: I'd really rather this be the default and you opt into an extra layer of reporting to know when you should clean up your repo or might need to add files.
@zenspider https://github.com/javijuol/git-remind/releases check out this fork