Skip to content

ComputationalMethods/Evaluacion2020-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evaluaciones 2020-1

Tareas y Exámenes 2020-1 del curso:

https://github.com/restrepo/ComputationalMethods

Instructions to make the pull request

  • Fork this repository to your github account with the button "Fork" in the upper right-part of this web page in GitHub
  • Only the first time: From your forked copy, clone (replace YOURUSER with your user name at GitHub or copy from the Clone green button field):
git clone https://github.com/YOURUSER/Evaluacion2020-1.git

After the clone follow the next step

  • Update the repository
git pull origin master
  • Change to the repository base
cd Evaluacion2020-1
  • Make a directory with your identification number, for example
mkdir -p 98533678
  • Go there with
cd 98533678
  • Copy the notebook with your homework or examination there, let say: tarea_01.ipynb (you can use the Raw download from github with wget directly from any working repository). After that, register the new file in the repository with:
git add tarea_01.ipynb
  • Register the change in your local repository with a clear messsage with
git commit -am 'Tarea 01: Jueves 25 de febrero'
  • Upload the changes to your forked repository in GitHub with (your login information will be requested)
git push origin master
  • From the forked repo in your GitHub account at https://github.com/YOURUSER/Evaluacion2020-1 with the proper credentials, use the button "New pull request" and follow the green buttons until the end.

Submodule help

To update the changes from the main repository:

git submodule update --remote Evaluacion2020-1

About

Tareas y Exámenes 2020-1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published