Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 666 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 666 Bytes

Git Status All

Find subdirectories where untracked or uncommitted files exist.

The output will show the directory name along with the status using the same annotation as $ git status --porcelain=v1 (see man git-status).

$ git status-all
git-rcall {"": 1, "??": 2}
litho {"??": 1}
cult {"??": 1}

Installation

tests workflow

Usage

Checks for dirty Git repositories

Usage: git-status-all [ROOTDIR]

Arguments:
  [ROOTDIR]  Optional root dir, otherwise uses current working dir

Options:
  -h, --help     Print help
  -V, --version  Print version