Pulling every git repository inside subdirectories of a root folder
Go to file
2024-06-24 10:03:17 -10:00
gitpuller.sh Managing git pull mesages 2024-06-24 10:03:17 -10:00
LICENSE Initial commit 2024-06-20 14:59:30 -10:00
README.md adding gif 2024-06-21 14:26:24 -10:00

gitpuller

picture

Pulling every git repository inside subdirectories of a root folder.

Edit the variable "local_repository_folder" to the folder you clone all your repositories.

vi gitpuller.sh

Give execution permission on the script and run it:

chmod +x gitpuller.sh
./gitpuller.sh

Optionaly add it to your .bashrc or any other script that is run on a schedule that fit your needs.

Profit!

Demo

App Screenshot

Progress bar is an adaptation of ephase blog post.

Awesome article