Check if the current git project needs attention by checking the following:
If the answer is yes to any of those questions, this module will let you know.
Install git-att globally:
npm install -g git-att
$ git att
branch: patch-1
ahead: 10
dirty: 2
untracked: 1
git-att [options]
Options:
--help - show the help--version - show version--quiet - don't output anything (check the exist code)MIT