Skip to content

Instantly share code, notes, and snippets.

View l337quez's full-sized avatar
🏠
Working from home

l337quez

🏠
Working from home
View GitHub Profile
@l337quez
l337quez / Operaciones-Git
Created September 7, 2016 13:37 — 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