In a larger project that consists of several smaller applications I need to see the changes of the smaller applications on one screen. I searched a while but all I found out is that there is a general discussion on using one large repository against using several small repositories.
What would be the easiest way to use one repository for each smaller application and a larger repository for the complete project combined?
So that the developer only commits to the smaller repos, but someone else would be able to follow all changes of a larger repo without the need of additional commiting.