🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

git-organized

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-organized

Keep git repos organized

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

git-organized

Checks your cloned Git repositories for disorganization.

$ npm install -g git-organized

$ git organized
repo-1
  error no-unborn

repo-2
  error upstream                patch-1
  error no-stash                On master: work on readme


repo-3
  error no-uncomitted           src/index.js
  error no-behind               master is behind by 1 commit(s)

Looks for:

  • Uncommitted files
  • Stashes
  • Heads with no recent commits
  • Branches without remotes
  • Branches ahead or behind their upstream
  • Detached heads

Why?

I work with several different Git repositories in a given day, and it's easy to leave them with uncommitted files or without syncing with the upstream.

FAQs

Package last updated on 27 Mar 2016

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