dg 1.1.0

dg - find dirty git repos recursively
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
```console
$ dg --help
Usage: dg[..] [-b] [-p <path>]

dg: find dirty local Git repos with pending changes or unpushed content

Options:
  -b, --branches    include analysis for local branches
  -p, --path        root path (default ".")
  --help            display usage information
  -V, --version     print version information and exit

```