Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 613 Bytes

readme.md

File metadata and controls

16 lines (9 loc) · 613 Bytes

i206 Fall 2013 Class Repository

This repository is maintained by the i206 Tutors for i206 Fall 2013. It will include feedback on assignments and other code examples.

How to clone this repository:

  • Install git on your computer

  • Open up a terminal window and navigate to the directory you would like to create this repository in using 'cd'

  •   cd /ISchool/i206/
    
  • Clone the git repository

  •   git clone https://github.com/AJRenold/i206_f13_class_examples.git
    

For more information on 'git clone' see git clone