From 74379d0de561604f14f0026c86bd429837e46d1d Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Wed, 19 Aug 2015 18:57:02 +0200 Subject: Add .gitconfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Finally … Signed-off-by: Thomas Schneider --- dot.gitconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dot.gitconfig (limited to 'dot.gitconfig') diff --git a/dot.gitconfig b/dot.gitconfig new file mode 100644 index 0000000..37c3b9f --- /dev/null +++ b/dot.gitconfig @@ -0,0 +1,13 @@ +[include] + path = ~/.dotfiles/grml-etc-core/etc/skel/.gitconfig +[user] + email = thosch97@gmail.com + name = Thomas Schneider + signingkey = 57A4FF2F +[alias] + p = push + pl = pull + lol = log --oneline --graph --decorate --all + colorlog = log --date=relative --format=\"%Cblue%h%Creset %C(yellow)%an%Creset %Cgreen%ad%Creset%C(auto)%d%Creset %s\" --topo-order +[push] + default = simple -- cgit v1.2.3