From ca1f3f9296696c83f9c25489b81190b00c986358 Mon Sep 17 00:00:00 2001 From: masterzu Date: Tue, 6 Dec 2016 12:19:32 +0100 Subject: [PATCH] git: add .gitconfig --- .gitconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..bb19eb4 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,15 @@ +[alias] + lol = log --graph --decorate --oneline --all + lola = log --graph --decorate --pretty=oneline --abbrev-commit --all + st = status --short --branch + d = diff --stat + dn = diff --name-status + ds = diff --stat + l = log --graph --decorate --oneline --all + s = status --short --branch + +[color] + ui = true +[user] + name = Patrick Cao Huu Thien + email = patrick.cao_huu_thien@upmc.fr