Crates.io | git-dirty |
lib.rs | git-dirty |
version | 0.1.0 |
source | src |
created_at | 2023-05-13 18:13:19.046508 |
updated_at | 2023-05-13 18:13:19.046508 |
description | script that checks state of all git repositories in the given path |
homepage | https://github.com/drag0dev/git-dirty |
repository | https://github.com/drag0dev/git-dirty |
max_upload_size | |
id | 863849 |
size | 50,397 |
Script that recurses through the given directory finding any git repositories and checks whether it has any loose changes and if state of the repository is clean. That includes changes in the working directory, index, stashed changes and warns if there are ignored files.
git-dirty [path]
installing from crates.io
cargo install git-dirty
building from source
cargo install --path ./