dotfiles/dot_gitconfig

18 lines
487 B
Plaintext

[user]
name = Pavle Portic
email = git@theedgeofrage.com
signingkey = 66AD4BA646FBC0D2
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
slg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s' --abbrev-commit
[diff]
tool = nvimdiff
[difftool]
prompt = false
[commit]
gpgsign = true
[pull]
rebase = true
[url "github.com:"]
insteadOf = https://github.com/