Print git status of multiple repositories.
Install the package globally
npm install -g git-folder-status
If the repo is already up to date, it won't print the status
- Powerline Fonts to display the correct symbols
On terminal go to the root of your nested repositories and run git-folder-status
You can always create an alias of your choice in ~/.zshrc
or ~/.bash_profile
instead of using git-folder-status
, eg:
alias gs='git-folder-status'