Aucune description

.gitconfig 616B

    [user] name = Lucas Stadler email = mi.au@papill0n.org [core] editor = vi [merge] conflictstyle = diff3 [alias] st = status --short --branch . d = diff . l10 = log -n10 lol = log --pretty=oneline --abbrev-commit --graph --decorate ba = branch -a [format] pretty = %C(magenta)%h%Creset %Cgreen[%cr]%Creset (%an) %s [color] ui = auto # Some shortcuts [url "git://github.com/"] insteadOf = hub: [url "git@github.com:"] insteadOf = gh: [url "git@heroku.com:"] insteadOf = heroku: [url "git://anongit.freedesktop.org/"] insteadOf = fd: [url "git@bitbucket.org:"] insteadOf = bb: [push] default = simple