From ef44d469f1b297aa70bfa02b8f1600e9dbc513d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20NO=C3=8BL?= Date: Thu, 1 Jul 2021 17:17:53 +0200 Subject: [PATCH] add gitconfig (git lol) --- dotfiles/.gitconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dotfiles/.gitconfig diff --git a/dotfiles/.gitconfig b/dotfiles/.gitconfig new file mode 100644 index 0000000..fe758b8 --- /dev/null +++ b/dotfiles/.gitconfig @@ -0,0 +1,10 @@ +[user] + email = tnoel@entrouvert.com + name = Thomas NOËL + +[alias] + lastcommit = show --no-patch --no-decorate + #lol = log --oneline --abbrev + lol = log --pretty=format:\"%C(yellow)%h %Cgreen%cs%Creset%Cred%d%Creset %s %Cblue%al\" +[pull] + rebase = false