Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 592 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 592 Bytes

Estadisticas-101

El presente es un curso de estadísticas aplicadas orientadas hacia el estudio de la ciencia de datos.

Autores:

  • Andrés Leiva Araos
  • Roberto Moraga Días

Fecha:

Mayo 2018

Inicialización del repo en GitHub

echo "# Estadisticas-101" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/Puertarra/Estadisticas-101.git git push -u origin master

...or push an existing repository from the command line

git remote add origin https://github.com/Puertarra/Estadisticas-101.git git push -u origin master