Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 513 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 513 Bytes

#Pull Repository from Github

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