We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You will need to keep your copy of the repository up to date during the Winter Camp.
To update your repository:
git remote add upstream https://github.com/QuantEcon/ShenzhenWinterCamp.git
Switch to main branch
git checkout master
Update your repository
git fetch upstream