An open API service indexing awesome lists of open source software.

https://github.com/carlosal1015/linear-algebra-project

Trabajo final de álgebra lineal 2018-2
https://github.com/carlosal1015/linear-algebra-project

Last synced: 3 months ago
JSON representation

Trabajo final de álgebra lineal 2018-2

Awesome Lists containing this project

README

        

Linear algebra project
===

Trabajo final de álgebra lineal 2018-2

## Configuración y clonación del repositorio
```bash
git config --global user.name "Junior"
git config --global user.email "[email protected]"
git clone https://github.com/carlosal1015/Linear-algebra-project.git
git submodule update --init --recursive
```

##

```bash
git pull # Descargar los cambios
git add --all # Comentar los cambios
git commit -m "Comentario"
git push -u origin master
```