Skip to content

Instantly share code, notes, and snippets.

View jdeniau's full-sized avatar
🐘
Meeeh !

Julien Deniau jdeniau

🐘
Meeeh !
View GitHub Profile
@jdeniau
jdeniau / .gitconfig
Last active December 9, 2015 22:18 — forked from anonymous/.gitconfig
[user]
name = Julien Deniau
email = julien.deniau@gmail.com
[alias]
st = status
lg = log --graph --all --format=format:'%C(blue)%h%C(reset) - %C(cyan)%aD%C(reset) %C(green)(%ar)%C(reset)%C(yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(white)— %an%C(reset)' --abbrev-commit
[color]
ui = auto
[help]