- Make sure you choose the option to include Git in your PATH variable.
- Clone the repository.
git clone https://github.com/jzarob/uacs315.git cs315
- Done, you should have a working local copy. :)
More Detailed Instructions from GitHub
- Pull from GitHub
git pull -u origin master
- Add all pending changes to your commit.
git add -A
- Commit your changes to a local repo.
git commit -m "your commit message"
- Push your changes to GitHub
git push -u origin master
Please contact any of the collaborators listed below in order to make changes:
- Jake Zarobsky
- [Andrew White] (mailto:aswhite1@crimson.ua.edu)
- MacDown (OS X)
- MarkdownPad (Windows)
- Atom (Linux/OS X/ Windows)
We use Markdown for all of our notes, which makes them easily accessible in plaintext, but still allows for pretty formatting when put through a Markdown renderer. Information on how to use Markdown can be found at the following places: