finally added the correct readme

This commit is contained in:
Becca 2015-09-03 13:05:28 -05:00
parent d7590972a3
commit 2d392e59da

45
readme.txt Executable file
View file

@ -0,0 +1,45 @@
DO THESE THINGS:
git config --global user.name "NAME"
git config --global user.email "EMAIL"
Make a new directory for the repository and navigate into it:
git init
git remote add origin https://github.tamu.edu/scho4077/315ABBW.git
Once you've added or changed a file:
git commit -m "this is a description of what you're doing!"
git push -u origin master
Change branch as necessary
Get updates from website with:
git pull
FUN FACT: When making new files, type this:
git add filename.txt