Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using git and getting updates to the course repo on your machine ... #4

Open
mmcky opened this issue Feb 9, 2016 · 0 comments
Open

Comments

@mmcky
Copy link
Owner

mmcky commented Feb 9, 2016

To get the course files you may use the GitHub page and download the raw files to your computer when they get updated.

Not Required - this is for students interested in Git which is not a requirement for this course.

Another way is to use git which is a version control application to retrieve the files. This also has the added benefit of being able to retrieve updates to the course repository easily. Git is installed on Linux (usually by default) and OS X. But it is not installed by default on Windows and would require installation.

git clone https://github.com/mmcky/nyu-econ-370.git

will fetch a copy of the entire repo and save it to your computer in the folder: nyu-econ-370/

To get updates

git pull origin master

will pull the latest changes into your repo.

Note: If you make changes to files within the repo - you may experience merge conflicts if I update older files.

mmcky added a commit that referenced this issue Mar 26, 2016
mmcky added a commit that referenced this issue May 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant