From 9cd49f0ef704a73c314335ab29892441e1afd0b7 Mon Sep 17 00:00:00 2001 From: finn Date: Fri, 3 Mar 2023 15:38:51 -0500 Subject: [PATCH] updated the readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e8647ff..7198f07 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # GMP-CS-Club +Hey there space cowboys. +Remember that if lost, type "git --help" in your terminal. +Make sure you're in the local git repository when working. +Basic use: +To grab the newest version: +git pull + +To upload your changes: +git status +git add +git commit -m "this is the message that goes along with what you've done." +git push