Skip to content

flatiron-school/DS-Deloitte-070723

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DS-Deloitte-070723

This is the repository where all the lecture notes and resources will live. We will also be using this repo to publish checkpoints during the intensive period.

Written Instructions to Connect to This Repository:

We will be going over these instructions plenty of times in class as well.

  1. FORK this repository, creating a copy on your own GitHub account

  2. Then clone your fork down to your local computer

git clone https://github.com/[yourusername]/DS-Deloitte-070723.git
  1. Add the /flatiron-school/ version as the upstream (to pull future changes)
git remote add upstream https://github.com/flatiron-school/DS-Deloitte-070723.git
  1. You can make changes to the notebooks now! Remember to push your changes to your forked version of the repo (to put your local changes up online):
git add [filename]
git commit -m 'message here'
git push

Whenever you want to get updated notes:

  1. Grab the changes from the upstream repo
git fetch upstream
  1. Merge new changes onto your local repo
git merge upstream/main -m "meaningful message about what you're updating"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published