/gitsubmoduleinfo

View information on git submodules in a project

Primary LanguageJavaScript

gitsubmoduleinfo

Display information about git submodules inside a repository

Install:

npm install -g gitsubmoduleinfo

Usage:

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