Skip to content

Latest commit

 

History

History
66 lines (49 loc) · 1.8 KB

index.md

File metadata and controls

66 lines (49 loc) · 1.8 KB

title: DS501 - Introduction to Data Science theme: sudodoki/reveal-cleaver-theme
url: https://github.com/lxynox/DS501-BCSX.git output: index.html

--

Guide



press ESC for slides overview

press ← ↑ → ↓ for slides navigation

OR

click on the navigation buttons on the slides

--

Course Info

DS501 - WPI - 16Spring



Team

  • Silva, Dennis Steven
  • Branden, Diniz
  • Chuxin, Wei
  • Xuanyu, Li

--

Index



--

Repository Homepage


Follow Me

--

Basic Git Commands

$ 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

--

Thanks !!!

  1. https://github.com/jdan/cleaver
  2. https://github.com/sudodoki/reveal-cleaver-theme
  3. https://github.com/hakimel/reveal.js/