My organization has 100s of Git repos. I like to keep my local clones up to date, so I'd like to know which ones need to be cloned instead of re-cloning everything which takes a lot of time. Is there a command that can tell me the last time a remote repo had an update? On any branch?
I've looked into performing a log query on the remote Git repos, but that doesn't appear to be possible