Skip to content

Instantly share code, notes, and snippets.

@holysin
holysin / .gitconfig
Created October 28, 2013 01:50
Git config
[user]
name = holysin
email = furyng@gmail.com
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %C(blue)%s%Creset %C(dim cyan)<%an>%Creset %C(dim white)(%ci)%Creset' --abbrev-commit
st = status -sb
co = checkout
br = branch
mg = merge
ci = commit