git-dirty

Crates.iogit-dirty
lib.rsgit-dirty
version0.1.0
sourcesrc
created_at2023-05-13 18:13:19.046508
updated_at2023-05-13 18:13:19.046508
descriptionscript that checks state of all git repositories in the given path
homepagehttps://github.com/drag0dev/git-dirty
repositoryhttps://github.com/drag0dev/git-dirty
max_upload_size
id863849
size50,397
Dragoslav Tamindžija (drag0dev)

documentation

README

git-dirty

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.

usage

git-dirty [path]

installation

installing from crates.io

cargo install git-dirty

building from source

cargo install --path ./
Commit count: 20

cargo fmt