I have a set of git repositories, say 10, in a directory. Would like to have a quick glance at which of them were recently updated, in last say 2 weeks (this will be of course configurable). How to do it?
The update means commit has been made. In other words it's not about pull, it's about: what repositories have fresh commits, locally. Is there some nice method for this?