Skip to content

iamarf/datasciencecoursera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Sequence of commands given to crete the HelloWorld.md and this README.md file

2015-02-15 dom 09:35

  • git init
  • git remote add origin https://github.com/iamarf/datasciencecoursera
  • touch HelloWorld.md
  • vi HelloWorld.md
  • git add .
  • git commit -m "First file for the Data Scientist Toolbox course"
  • git push -u origin master
  • history > README.md
  • vi README.md
  • git add .
  • git commit -m "README.md file added"
  • git push -u origin master

About

This repo is for my participation in The Data Scinentist's Toolbox Coursera Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors