Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 615 Bytes

UsingGitHub.md

File metadata and controls

29 lines (19 loc) · 615 Bytes

Using GitHub

Students

To download a copy of the course files, choose one of the following methods:

git clone git@github.com:wampeh1/Ecog314_Spring2017.git

Collaborators

To clone a local copy of the remote course files.

git init
git remote add origin https://github.com/wampeh1/Ecog314_Spring2017.git
git pull origin master

To refresh your local copy of files from remote.

git pull origin master