dotfiles/dot_gitconfig

18 lines
487 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
2022-03-07 19:24:53 +01:00
signingkey = 66AD4BA646FBC0D2
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
2022-06-27 12:40:03 +02:00
slg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s' --abbrev-commit
2019-06-08 01:46:49 +02:00
[diff]
2022-05-05 10:06:33 +02:00
tool = nvimdiff
2019-06-08 01:46:49 +02:00
[difftool]
prompt = false
[commit]
gpgsign = true
[pull]
rebase = true
[url "github.com:"]
insteadOf = https://github.com/