Skip to content

Instantly share code, notes, and snippets.

View JosefinaArayaTapia's full-sized avatar

Josefina Araya JosefinaArayaTapia

View GitHub Profile
@JosefinaArayaTapia
JosefinaArayaTapia / Operaciones-Git
Created January 11, 2016 21:47 — 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
@JosefinaArayaTapia
JosefinaArayaTapia / zsh.md
Created May 3, 2016 17:48 — forked from tsabat/zsh.md
Getting oh-my-zsh to work in Ubuntu