Skip to content

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

License

Notifications You must be signed in to change notification settings

drag0dev/git-dirty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages