learn-co-students / 011121-pt-ds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

011121 Cohort Repo

This repo exists to provide you with an easy git workflow for downloading study group materials onto your local computer.

Setup

To use this repo, you should fork the repository by clicking the fork button in the upper right corner of the webpage.

After forking:

  1. Clone your fork down onto your local computer.
  2. cd into the folder for the cloned repository
  3. run the following in command line:
git remote add upstream https://github.com/learn-co-students/011121-pt-ds.git

Update your files

The materials for each lesson will pushed to this repo and stored in the study-group-materials folder. To pull new lessons onto your own computer, run the following in command line:

git pull upstream main

About


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%