This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
dmspine64backup/readme.txt
2015-09-04 11:55:10 -05:00

47 lines
607 B
Text
Executable file

This is helpful: http://gitimmersion.com/
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