Skip to content

Instantly share code, notes, and snippets.

View leocunhadev's full-sized avatar

Léo Cunha leocunhadev

View GitHub Profile
[alias]
ci = commit
co = checkout
cm = checkout master
cb = checkout -b
st = status -sb
sf = show --name-only
lg = log --pretty=format:'%Cred%h%Creset %C(bold)%cr%Creset %Cgreen<%an>%Creset %s' --max-count=30
incoming = !(git fetch --quiet && git log --pretty=format:'%C(yellow)%h %C(white)- %C(red)%an %C(white)- %C(cyan)%d%Creset %s %C(white)- %ar%Creset' ..@{u})
outgoing = !(git fetch --quiet && git log --pretty=format:'%C(yellow)%h %C(white)- %C(red)%an %C(white)- %C(cyan)%d%Creset %s %C(white)- %ar%Creset' @{u}..)
@marcelgsantos
marcelgsantos / palestra-php74.md
Created September 27, 2019 06:36
Referências da palestra 'O que há de novo no PHP 7.4?' apresentada no PHP Community Summit 2019 em São Paulo
@jfs4
jfs4 / gist:8352041
Created January 10, 2014 13:37
Git Commands
Git para preguiçosos
por Felipe Micaroni Lalli
* Este post está em constante atualização. Envie sugestões para [email protected]!
O Git é um poderoso sistema de controle de versões.
COMO INSTALAR O GIT
NO WINDOWS
Baixe e instale a versão mais recente em: