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
- Host: GitHub
- URL: https://github.com/carlosal1015/linear-algebra-project
- Owner: carlosal1015
- License: gpl-2.0
- Created: 2018-11-19T02:47:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T00:45:23.000Z (almost 6 years ago)
- Last Synced: 2025-01-15T21:40:10.655Z (4 months ago)
- Language: TeX
- Size: 24.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```