From 5fd5254b31c49de9c9adb4b17426d955c84c954c Mon Sep 17 00:00:00 2001 From: Becca Date: Wed, 2 Sep 2015 16:55:04 -0500 Subject: [PATCH] kill me --- READMEFIRST.txt | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100755 READMEFIRST.txt diff --git a/READMEFIRST.txt b/READMEFIRST.txt new file mode 100755 index 0000000..386fd09 --- /dev/null +++ b/READMEFIRST.txt @@ -0,0 +1,37 @@ +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