Go to file
Finn Goehrig 9cd49f0ef7 updated the readme 2023-03-03 15:38:51 -05:00
README.md updated the readme 2023-03-03 15:38:51 -05:00

README.md

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