git-overview/README.md
2025-09-14 21:05:25 +10:00

19 lines
573 B
Markdown

# Git Overview - Work In Progress
Displays a brief summary for multiple git work directories.
Useful for quickly checking if everything local has been committed.
## Usage
``` bash
$ git-overview -a ~/Projects
Workdir Branch Status
\033[93mnoted main changed [1M]\03[0m
git-overview main untracked [6U]
xmon code-revie untracked [3U]
polyphonic-forms native-for changed [7M, 1D, 3U]
polyphonic master changed [1M, 1U]
django-byostorage master clean
```