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
{ | |
"videos": [ | |
{ | |
"Titulo": "RESPONSIVE WEB DESIGN CON BOOTSTRAP", | |
"Tiempo": "01:07:20", | |
"Final": "si" | |
}, | |
{ | |
"Titulo": "Presentación", | |
"Tiempo": "00:03:20", |
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
############################################# | |
# Generar clave SSH | |
ssh-keygen -t rsa -b 4096 -C "[email protected]" | |
Más info. en https://help.github.com/articles/generating-ssh-keys/ | |
############################################# | |
# Push de la rama actual | |
git push origin $rama_actual | |
############################################# |
NewerOlder