Skip to content

sslee8778960/DS501-16S-WPI

 
 

Repository files navigation

Introduction

DS501 - WPI - 16Spring

Team

  • Silva, Dennis Steven 👶
  • Branden, Diniz 👦
  • Chuxin, Wei 👧
  • Xuanyu, Li 👤

Work Status

DONE TODO
Completed all 4 Case Studies Refactoring and reorganizing contents/materials

Index

--

Basic Git Tutorial

git clone <url>: clone from remote host and develop locally
git log --oneline --graph --decorate: briefly show repository's history logs
git status: check the status of current working tree
git add: add files to be tracked / for staging
git commit -m <commit-msg>: commit as history snapshots with meaningful message 
git push origin: pushing to github( defaults to master )
git pull origin: feching and merging( defaults to master )
git remote show origin: show remote repository

About

WPI 16Spring DS501 - Introduction to Data Science

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 75.8%
  • HTML 24.2%