From 2d392e59da3ae013fd5f9e956a5fd6f3c45755b3 Mon Sep 17 00:00:00 2001 From: Becca Date: Thu, 3 Sep 2015 13:05:28 -0500 Subject: [PATCH] finally added the correct readme --- readme.txt | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100755 readme.txt diff --git a/readme.txt b/readme.txt new file mode 100755 index 0000000..9485a40 --- /dev/null +++ b/readme.txt @@ -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