OpenSourceEcon / BootCamp2019

Repository of syllabi, lecture notes, Jupyter notebooks, code, and problem sets for OSE Lab Boot Camp 2019
85 stars 99 forks source link

adding a batch file for syncing #2

Closed kumar-ab closed 5 years ago

kumar-ab commented 5 years ago

Added the batch file to automate the syncing of our local repository to the git repository.

rickecon commented 5 years ago

@kumar-ab . I am not going to merge this into the main repository. I want you to follow the following workflow.

  1. Create a fork of this main repository.
  2. Clone your own fork of the repository
  3. Add whatever you want to your repository.
  4. Use git fetch upstream ... to update your fork with any updates we post to the main repository.

I have posted a git_tutorial.pdf document in the Tutorials folder of the repo. Let me know if you have any questions.