🚀 Launch Week Day 5:Introducing Immutable Scans.Learn More →
Socket
Book a DemoInstallSign in
Socket

git-att

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-att

Check if any of your git projects needs attention

Source
npmnpm
Version
2.0.1
Version published
Weekly downloads
3
50%
Maintainers
1
Weekly downloads
 
Created
Source

git-att

Check if the current git project needs attention by checking the following:

  • Is the repo on the master branch?
  • Is the current branch ahead of the remote tracking branch?
  • Is the repo dirty (i.e. does it contain changes that have not yet been checked in)
  • Is there any untracked files in the repo?

If the answer is yes to any of those questions, this module will let you know.

Installation

Install git-att globally:

npm install -g git-att

Example usage

$ git att
branch: master
ahead: 10
dirty: 2
untracked: 0

Docs

git-att [options]

Options:

  • --help - show the help
  • --version - show version
  • --quiet - don't output anything (check the exist code)

License

MIT

Keywords

git

FAQs

Package last updated on 21 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts