1.0.3 • Published 2 years ago

git-folder-status v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Description

Print git status of multiple repositories.

Installation

Install the package globally

  npm install -g git-folder-status

Colors

Repo ColorDescriptionColor
npm.ioThe branch is behindBlue
npm.ioThe branch has unpushed committed filesGreen
npm.ioThe branch has uncommited modified filesRed
npm.ioThe branch has untracked filesOrange
File ColorDescriptionColor
npm.io / BThe branch is behindLight Blue
npm.io / CCommitted unpushed filesDark Green
npm.io / NStaged new filesGreen
npm.io / MStaged modified filesLight Green
npm.io / MUnstaged modified filesLight Red
npm.io / ?New filesLight Orange

If the repo is already up to date, it won't print the status

Requirements

How to use it?

On terminal go to the root of your nested repositories and run git-folder-status

npm.io

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'
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago