Skip to content

Updating Your Repository

Natasha edited this page Jan 24, 2018 · 3 revisions

You will need to keep your copy of the repository up to date during the Winter Camp.

To update your repository:

  1. Link to the original respository
git remote add upstream https://github.com/QuantEcon/ShenzhenWinterCamp.git
  1. Switch to main branch

    git checkout master

  2. Update your repository

    git fetch upstream

Clone this wiki locally