Skip to content

Instantly share code, notes, and snippets.

View ivapie's full-sized avatar

Iván Piedra Rodríguez ivapie

View GitHub Profile
@ivapie
ivapie / comandos.md
Created November 21, 2011 18:18 — forked from trico/comandos.md
Comandos git

####Crear una rama y directamente hacer checkout en ella git checkout -b myfeature develop

####Merge especial git merge --no-ff myfeature

####Eliminar una rama git branch -d myfeature

####Crear tag