earwig/git-repo-updater

status - feature request

michaelelrom opened this issue · 3 comments

Hello,

First off, I really enjoy using the tool. Quite a time saver! Can you add a feature for a recursive git status command to check that I don't have any outstanding changes that need to be pushed up?

Thanks,

Mike

I'm a bit concerned about feature bloat if we start trying to implement too many features beyond simple updating (the next obvious suggestion would be recursive push, etc). This StackOverflow question has a lot of suggestions for alternate (more complex) repository management software, which might be more useful in your case.

I recognize the advantage of the bookmarking/recursive-traversal system that gitup sorta allows for, so I'm comfortable adding is a batch command option.

Something like gitup --exec 'git status', which'll run that command on all of your repositories.

Implemented as described in 70e96ad.

That makes sense, thanks!