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