Skip to content

Instantly share code, notes, and snippets.

View wimarbueno's full-sized avatar

Wilzon MB wimarbueno

View GitHub Profile
@luismayta
luismayta / comandos git.txt
Created November 9, 2012 19:43
Comandos de Git
listar los branch
git branch -l
listar branch remotes
git branch -r
eliminar un branch local
git branch -d <branch>
eliminar un branch remoto