#git-repository #check #script #state #path #directory #index

app git-dirty

script that checks state of all git repositories in the given path

1 unstable release

0.1.0 May 13, 2023

#232 in #check

Custom license

18KB
140 lines

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 ./

Dependencies

~11–21MB
~331K SLoC