yishuen / studygroups-070620pt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Study Group Materials: 070620PT

Here are all the notebooks used during study groups!

Study Group Recordings

To save this repo:

  1. FORK and clone this repository
git clone https://github.com/[yourusername]/studygroups-070620pt.git
  1. Add THIS /yishuen/ version as the upstream (to pull future changes)
git remote add upstream https://github.com/yishuen/studygroups-070620pt.git
  1. You can make changes to the notebooks now! Remember to push your changes to your forked version of the repo:
git add .
git commit -m 'message here'
git push

Whenever you want to get updated notes:

  1. Update the changes from my upstream
git fetch upstream
  1. Merge new changes onto your local repo
git merge upstream/master -m 'what you updated'
  1. Push the new notes to your remote repo
git push

About


Languages

Language:Jupyter Notebook 100.0%