Ce fichier est à mettre dans votre home (~).

[user]
    name = Pierre Michel
    email = toto@rezel.net
[core]
    editor = vim
[color]
    ui = true
[alias]
    cv  = commit -v
    cav = commit -av
    cam = commit -am
    co  = checkout
    ps  = push
    pl  = pull
    tl  = log --pretty         = oneline --abbrev-commit --decorate --graph --all
    tln = log --graph --pretty = format:\"%C(auto)%h%d %s %Cblue[%aN]\" --all
    st  = status