test
Štefan Bystriansky 7 years ago
parent fa36e19acb
commit cd303d7e6c
  1. 10
      .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
Loading…
Cancel
Save