Currently, I am working on a larger software project which incorporates multiple github repositories.
To simplify my setup consider the following:
- repo A contains a server app
- repo B holds a desktop client app
- repo C maintains a database API integrated as git submodules into A and B
I have recently started to use the project management features of github.com more to track issues, pull requests & tasks. I was wondering if there is a way to bundle A, B & C under one project. It was difficult to find documentation about all of this, because project and repository are used interchangeably a lot of times.
Note, I am not looking for a way to merge repos A, B & C. I just need a way to manage and review A, B & C tasks, issues, etc. against each other.
Any advice would be appreciated!