Skip to content

Script to recursively check directories for git repos and displays their status

License

Notifications You must be signed in to change notification settings

pkyeck/git-check-recursively

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

git-check-recursively

Script to recursively check directories for git repos and displays their status

example output of `git-check-recursively`

Because this should be as quick as possible, the script isn't doing a git fetch but only works with the locally available info. So this is not 100% safe/correct but gives you a good overview of where uncommited/untracked changes still need your attention.

Environments

So far only tested on OS X 10.10.x.

About

Script to recursively check directories for git repos and displays their status

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages