the-jake-z / uacs315

Location of all of our notes for the University of Alabama's CS 315 Software Engineering Class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS 315 - Fall 2015

Getting Started

  1. Install Git
  • Make sure you choose the option to include Git in your PATH variable.
  1. Clone the repository. git clone https://github.com/jzarob/uacs315.git cs315
  2. Done, you should have a working local copy. :)

More Detailed Instructions from GitHub

Commiting Changes

  1. Pull from GitHub git pull -u origin master
  2. Add all pending changes to your commit. git add -A
  3. Commit your changes to a local repo. git commit -m "your commit message"
  4. Push your changes to GitHub git push -u origin master

Contributing

Please contact any of the collaborators listed below in order to make changes:

Tools for Viewing & Editing the Notes

Tools for CS 315

Markdown Syntax Help

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:

About

Location of all of our notes for the University of Alabama's CS 315 Software Engineering Class