git-audit
v1.0.4
Published
Perform an analysis on git repositories in subdirectories to check for dirty branches
Downloads
2
Maintainers
Readme
Git Audit
Lightweight CLI to audit multiple git repository statuses at once
Installation
Windows
npm install -g git-audit
Usage example
Navigate to the top level of your projects directory using the commandline. Then, run git-audit to view the status of all underlying git repositories. Additionaly, the root path can be specified (default the current directory) aswell as the max-depth to look for git repositories in child directories (default 2)
NOTE: Only the current active branch will be audited. The output will show the local branch-name.
git-audit [directory] [--max-depth={2}]
Release History
- 1.0.4
- CHANGE: Added Readme
- CHANGE: Replaced string#replaceAll() with custom function
- 1.0.1
- CHANGE: Small refactoring
- 1.0.0
- Initial release