You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
526 B
15 lines
526 B
[user]
|
|
name = Štefan Bystriansky
|
|
email = bystriansky.stefan12@gmail.com
|
|
signingkey = 7F26FC2EB0AF2B090942825519C41D47759FA4C3
|
|
[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
|
|
[commit]
|
|
gpgsign = true
|
|
[tag]
|
|
gpgSign = true
|
|
|