kamranahmedse / git-standup

Recall what you did on the last working day. Psst! or be nosy and find what someone else in your team did ;-)
MIT License
7.62k stars 304 forks source link

Multiple Git Repositories #5

Closed lubos-bistak closed 8 years ago

lubos-bistak commented 8 years ago

Multiple Git repositories?

... is it possible to extend the script to scan all sub-directories to automatically search for Git repos and execute this very nice command / tool there?

kamranahmedse commented 8 years ago

The functionality is already there. Open the parent directory that has multiple git repos inside) and run

git standup

Look at this section of readme

lubos-bistak commented 8 years ago

It only works, if the directory contains other Git Repos directly inside, but following doesn't work:

groups/ .../group-A .../group-B

... and ...

group-A/ .../git-repo-1 .../git-repo-2 group-B/ .../git-repo-3 .../git-repo-4

It is possible to support also this situation? :)

fabienduhamel commented 8 years ago

IMO it would do a lot of useless checks in vendor or library code with a deep folder structure that you don't want to go.