Update README.md

This commit is contained in:
Josh Ashton
2023-09-13 14:52:58 -06:00
committed by GitHub
parent 9f2f090e61
commit aeb9b2ab12
+1
View File
@@ -5,6 +5,7 @@
Each challenge has progressively more difficult "bonus challenges" to test your programming knowledge. Each challenge has progressively more difficult "bonus challenges" to test your programming knowledge.
## Getting Started with Basic Git Commands ## 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 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 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. `git branch NAME` ~ Creates a new branch called NAME. Substitute this with the changes you're making.