From 507aef28eb09b9c8b8f1c70e2af6982a97392e6f Mon Sep 17 00:00:00 2001 From: scho4077 Date: Thu, 3 Sep 2015 13:06:14 -0500 Subject: [PATCH] Delete READMEFIRST.txt --- READMEFIRST.txt | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100755 READMEFIRST.txt diff --git a/READMEFIRST.txt b/READMEFIRST.txt deleted file mode 100755 index 9485a40..0000000 --- a/READMEFIRST.txt +++ /dev/null @@ -1,45 +0,0 @@ -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