Skip to content

jkarma0920/nyc-mhtn-ds-071519-lectures

 
 

Repository files navigation

Lecture Notes for nyc-mhtn-ds-071519 💾

To update a local repo after forking and cloning

If you have set the remote skip to step 2️⃣

  1. Add the learn-co lecture notes repo as the remote, this step only happens once
git remote add upstream https://github.com/learn-co-students/nyc-mhtn-ds-071519-lectures.git
  1. Check the remote is set and your lecture notes repo is correct. You should see your forked repo after origin, and the learn-co-students repo after upstream
git remote -v
  1. Update the changes from the upstream learn-co lecture notes repo
git fetch upstream
  1. Check that the master branch is selected
git branch
  1. Merge the new changes from the upstream learn-co lecture notes repo, with a commit message
git merge upstream/master -m 'what you updated'
  1. Push the changes to the forked lecture repo 🙌
git push

About

Lecture Repository for nyc-mhtn-ds-071519

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 96.8%
  • HTML 3.2%