Skip to content

juanqenk/gitstarted

Repository files navigation

git started

Manual de git para viajeros en el tiempo

Git started es un tutorial corto para la iniciación en el uso de git. Pretende acercar el concepto de control de versiones a quién desconozca su función.

Se abordarán los siguientes puntos:

* Instalación en linux  
* Configuración inicial  
* Guardando cambios en local   
* Creación de un repositorio remoto   
* Ramas

Instalación

La opción más facil es descargar git_started.pdf y seguir los pasos en el terminal

De manera alternativa, es posible instalar jupyter notebook con un kernel bash y abrir git_started.ipynb. Para ello:

pip3 install --upgrade pip
pip3 install jupyter

Para el kernel:

pip install bash_kernel
python -m bash_kernel.install

Información

Juan Cuenca – @juan_qenkjuanqenk@protonmail.com

Vero Nik– @veronikeixonveronikeixon@protonmail.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/juanqenk/gitstarted

Contributing

  1. Fork it (https://github.com/juanqenk/gitstarted/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Releases

No releases published

Packages

No packages published