From 2ddea46a1d5800bc0ce2c29490477c7d0b243251 Mon Sep 17 00:00:00 2001 From: Mubaraq Olayinka Date: Thu, 11 Jul 2024 14:29:20 +0100 Subject: [PATCH] readme edit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 35602fa..cff2d16 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,7 @@ This project consists of three components: git commit -m "commit message" git checkout -b name_branch #only the first time you are pushing git push origin HEAD + +3. Pull from the repository: + ```bash + git pull origin main