From 17fe1454f99fa7d03a0f6391b38933e207352bf3 Mon Sep 17 00:00:00 2001 From: Ikeadeoyin Date: Wed, 28 Feb 2024 00:43:15 +0100 Subject: [PATCH 1/2] fix: update the upstream repo url --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5d053e75e..807d1c5d0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -96,7 +96,7 @@ git clone https://github.com//Scribe-Data.git # Navigate to the newly cloned directory. cd Scribe-Data # Assign the original repo to a remote called "upstream". -git remote add upstream https://github.com/scribe-org/Scibe-Data.git +git remote add upstream https://github.com/scribe-org/Scribe-Data.git ``` - Now, if you run `git remote -v` you should see two remote repositories named: From 95bd2760c73566c99a82840da4e2898ba77f6be2 Mon Sep 17 00:00:00 2001 From: Ikeadeoyin Date: Fri, 1 Mar 2024 08:49:12 +0100 Subject: [PATCH 2/2] (fix):update the upstream url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66811cd7d..e39fabded 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ git clone https://github.com//Scribe-Data.git # Navigate to the newly cloned directory. cd Scribe-Data # Assign the original repo to a remote called "upstream". -git remote add upstream https://github.com/scribe-org/Scibe-Data.git +git remote add upstream https://github.com/scribe-org/Scribe-Data.git ``` - Now, if you run `git remote -v` you should see two remote repositories named: