I am trying to clone/access all repos with keywords (Ex: ILOVECS) of an organization. There are around 4k repos in total in the organization. Is there a way to only clone repos with keywords that I want?
My ultimate goal is to collect all changes(Ex: how many lines deleted/added) of all commits from all repos by git -log, and store them in a csv file. Is there a better way to access these repos rather than clone them all?