Skip to content

Instantly share code, notes, and snippets.

View calberto185's full-sized avatar

carlosVM calberto185

  • carlosvm
  • ancash/peru
View GitHub Profile
@calberto185
calberto185 / Operaciones-Git
Created July 18, 2017 23:31 — 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