From aeb9b2ab12cc17bde5127b1d677f0047fe4fdd80 Mon Sep 17 00:00:00 2001 From: Josh Ashton <55456786+quaxlyqueen@users.noreply.github.com> Date: Wed, 13 Sep 2023 14:52:58 -0600 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01c28d2..067c6a6 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Each challenge has progressively more difficult "bonus challenges" to test your programming knowledge. ## Getting Started with Basic Git Commands + Open Windows Powershell or the terminal `git clone https://github.com/quaxlyqueen/club-challenges` ~ Makes a local copy of the repository on your machine. `git pull` ~ Retrieves the most recent changes from the "remote" repository (GitHub). `git branch NAME` ~ Creates a new branch called NAME. Substitute this with the changes you're making.