[user]
email = kevin@guillaumond.me
name = Kevin Guillaumond
[alias]
co = checkout
cob = checkout -b
br = branch
st = status
aa = add -A .
cm = commit -m
cp = cherry-pick
amend = commit --amend -m
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
[pull]
rebase = true