Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 432 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 432 Bytes

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