Display information about git submodules inside a repository
npm install -g gitsubmoduleinfo
Type gitsubmoduleinfo
in the directory of your project
It will show for each repository:
- All remote branches
- Your current local branch and if it match any remote branch
- For each local branch if its ahead/behind its remote
- For each remote branch if its ahead/behind remote master