You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Having a flag / config item to ignore untracked files would be lovely. Looks like it's just a matter of tacking on
-u no
toinfra/git/status.go
if the option is set. I don't code in go, but I could probably wing a PR if you want.The text was updated successfully, but these errors were encountered: