Skip to content

Instantly share code, notes, and snippets.

View cbk914's full-sized avatar

cbk914 cbk914

View GitHub Profile
@cbk914
cbk914 / Operaciones-Git
Created June 3, 2018 08:44 — 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