Skip to content

Instantly share code, notes, and snippets.

@pablomp
Last active December 20, 2015 05:19
Show Gist options
  • Save pablomp/6077927 to your computer and use it in GitHub Desktop.
Save pablomp/6077927 to your computer and use it in GitHub Desktop.
Apuntes GIT
Herramientas para Windows:
SmartGIT: http://www.syntevo.com/smartgithg/
SourceTree: http://www.sourcetreeapp.com/
GIT for Windows: http://msysgit.github.io/
Modelo GIT:
http://nvie.com/posts/a-successful-git-branching-model/
Sistemas remotos:
BitBucket: https://bitbucket.org/
GitHub: https://github.com/
Creación de las SSH Keys:
https://help.github.com/articles/generating-ssh-keys
Configuración del Proxy:
http://bitciosos.wordpress.com/2011/02/18/configurar-proxy-de-git/
Aprende GIT:
http://gitimmersion.com/
http://try.github.io/
http://rogerdudler.github.io/git-guide/index.es.html
Manuales:
http://git-scm.com/book/es
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment