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/