From a2fdc203c7b7f8f78fc8684cfa9c11caff3f1e46 Mon Sep 17 00:00:00 2001 From: antoine Date: Thu, 20 Jun 2024 15:43:12 -1000 Subject: [PATCH] Actualiser README.md Populating readme --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8c15dd..1d1dd23 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ # gitpuller -Pulling every git repository inside subdirectories of a root folder \ No newline at end of file +(https://imgur.com/a/PJgLjDy "Screenshot") + +Pulling every git repository inside subdirectories of a root folder. +Edit the variable "local_repository_folder" to the folder you clone all your repositories. +```bash +vi gitpuller.sh +``` + +Give execution permission on the script and run it: +```bash +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! \ No newline at end of file