#Pull Repository from Github
- Create directory in desired location
- Open terminal(Mac)/ Git Shell(PC) and navigate to created directory
- Run 'git init'
- Set remote repository by running 'git remote add aads https://github.com/bpred754/AlgorithmsAndDataStructures.git'
- Pull files from repository with 'git pull https://github.com/bpred754/AlgorithmsAndDataStructures.git'
- *Sources: http://www.newthinktank.com/2014/04/git-video-tutorial/ and http://www.newthinktank.com/2014/04/git-video-tutorial-2/