dotfiles/home/.config/git/config
2021-01-14 14:24:25 +01:00

23 lines
569 B
Plaintext

# This is Git's per-user configuration file.
[user]
name = ItsDrike
email = itsdrikeofficial@gmail.com
signingkey = 252D306F545351FC
[credential]
helper = store
[alias]
l = log --oneline --decorate --all --graph
lol = log --pretty=oneline --abbrev-commit --graph
lg = log --all --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
[merge]
tool = meld
[mergetool]
keepbackup = false
keeptemporaries = false
[diff]
tool = meld
[commit]
gpgsign = true
[gpg]
program = /usr/bin/gpg