Git Config
# ~.gitconfig
[user]
name = Samuel Martin
email = samuel.martin@temesis.com
[color]
diff = auto
status = auto
branch = auto
[alias]
st = status
ci = commit
co = checkout
fp = format-patch
lg = log --graph --pretty=tformat:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%an %cr)%Creset' --abbrev-commit --date=relative
[core]
pager = cat
[merge]
tool = meld