Skip to content

Pulls all the repos in a directory in a multi-threaded way to save you time!

License

Notifications You must be signed in to change notification settings

BlindMystics/GitRepoUpdater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitRepoUpdater

Pulls all the repos in a directory in a multi-threaded way to save you time!

To use:

cd to the directory of your choice, all git repos you want to update should be subdirectories of this.

Run the script.

How it works

From your current working directory, it will perform a breadth first search to find directories that contain .git In a subprocess it will peform the following:

cd {absolute_path}
git pull
git submodule update --init

About

Pulls all the repos in a directory in a multi-threaded way to save you time!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages