From cd303d7e6c3963b49bffbf2e518f415d755cf58f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Bystriansky?= Date: Mon, 29 Oct 2018 21:19:58 +0100 Subject: [PATCH] .gitconfig --- .gitconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..89261a6 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,10 @@ +[user] + name = Štefan Bystriansky + email = bystriansky.stefan12@gmail.com +[core] + editor = vim + autocrlf = input +[alias] + lol = log --graph --decorate --pretty=oneline --abbrev-commit --all + hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short + lg = log --graph --pretty=format:'%Cred%h%Creset - %Cgreen%cd%Creset -%C(yellow)%d%Creset %s %Cgreen(%cn)%Creset' --abbrev-commit --date=iso-strict-local