Skip to content

Instantly share code, notes, and snippets.

View cokealmonacid's full-sized avatar
🎯
Focusing

Jorge Almonacid cokealmonacid

🎯
Focusing
View GitHub Profile
@cokealmonacid
cokealmonacid / Operaciones-Git
Created July 5, 2016 14:54 — 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