dotfiles/dot_gitconfig

15 lines
333 B
Plaintext
Raw Normal View History

2019-06-08 01:46:49 +02:00
[user]
name = Pavle Portic
2021-04-10 08:46:57 +02:00
email = git@theedgeofrage.com
signingkey = F2AB38285780DE3D
2019-06-08 01:46:49 +02:00
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[diff]
tool = vimdiff
[difftool]
prompt = false
[commit]
gpgsign = true
[pull]
rebase = true