Skip to content

Instantly share code, notes, and snippets.

View smontanoq's full-sized avatar

Saúl Montaño Quintanilla smontanoq

View GitHub Profile
@smontanoq
smontanoq / Operaciones-Git
Created May 25, 2016 07:55 — forked from jelcaf/Operaciones-Git
Git Tips - Mini-trucos de Git para facilitarme la tarea
#############################################
# Push de la rama actual
git push origin $rama_actual
#############################################
# Volver a un commit anterior, descartando los cambios
git reset --HARD $SHA1
#############################################
# Ver y descargar Ramas remotas