kill me
This commit is contained in:
parent
e9bad3c250
commit
5fd5254b31
1 changed files with 37 additions and 0 deletions
37
READMEFIRST.txt
Executable file
37
READMEFIRST.txt
Executable file
|
@ -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
|
Reference in a new issue