From 56f00895228c402722b81db483d076c0c75901ce Mon Sep 17 00:00:00 2001 From: Carlos Sousa Date: Thu, 14 Dec 2023 14:51:29 +0100 Subject: [PATCH] fix more typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57029a7..96c99e0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# GitHub Offline Backuper +# GitHub Offline Backupper This script automates the process of cloning and updating Git repositories. It reads a list of repository URLs from a text file, checks if each repository is already cloned in a designated directory, and performs an appropriate action: it clones the repository if it's not present, or it updates (fetches and pulls) the repository if it is already cloned.