1GIT-FIND-UNCOMMITTED-REPOS(1)General Commands ManuaGlIT-FIND-UNCOMMITTED-REPOS(1)
2
3
4
6 git-find-uncommitted-repos - Recursively list repositories with
7 uncommitted changes
8
10 git-find-uncommitted-repos [DIR...]
11
13 Recursively list repositories with uncommitted changes.
14
16 -h, --help
17 show usage information.
18
19 -v, --verbose
20 print more details about what is being done.
21
22 -u, --untracked
23 count untracked files as 'uncommitted'
24
25 DIR... the directories to scan, or current directory if none is
26 specified.
27
29 https://github.com/MestreLion/git-tools
30
32 Rodrigo Silva (MestreLion) linux@rodrigosilva.com
33
34
35
36 2016-01-31 GIT-FIND-UNCOMMITTED-REPOS(1)