Skip to content

vhanla/gitpulldir

Repository files navigation

GitPullDir

This is just a simple cli tool for Windows to do a git pull in each subdirectoy of the current directory which qualifies as a git repository, but for now just checks if it has a .git directory inside.

It lists them and proceeds to execute each asking for prompt:

  • y = yes, git pull it
  • n = bypass, continues to the next in queue
  • a = all of them, bypass prompts
  • q = cancel

at the end it shows a list of failed git pull calls.

DISCLAIMER

Very basic 😅

About

Simple Windows console tool to do a batch `git pull` in a given directory's subdirectories repos.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages