suin / git-remind

Never forget to git commit and push
MIT License
94 stars 11 forks source link

Option to ignore untracked files #3

Open zenspider opened 5 years ago

zenspider commented 5 years ago

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.

zenspider commented 5 years ago

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.

riotrah commented 2 years ago

@zenspider https://github.com/javijuol/git-remind/releases check out this fork