19 lines
559 B
Markdown
19 lines
559 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
|
|
noted main changed [1M]
|
|
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
|
|
```
|