Skip to content

Instantly share code, notes, and snippets.

View matiasmasca's full-sized avatar
🏠
Moving to Gitlab.com

Matías Mascazzini matiasmasca

🏠
Moving to Gitlab.com
View GitHub Profile
@matiasmasca
matiasmasca / datos.json
Created November 11, 2015 14:35 — forked from internoma/datos.json
Leer base de datos JSON desde archivo datos.json
{
"videos": [
{
"Titulo": "RESPONSIVE WEB DESIGN CON BOOTSTRAP",
"Tiempo": "01:07:20",
"Final": "si"
},
{
"Titulo": "Presentación",
"Tiempo": "00:03:20",
#############################################
# 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
#############################################