Last active
December 20, 2015 05:19
-
-
Save pablomp/6077927 to your computer and use it in GitHub Desktop.
Apuntes GIT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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