Remove gitconfig, moved to .config/git

This commit is contained in:
ItsDrike 2021-01-14 15:07:14 +01:00
parent ef3705d09f
commit e2dfb08711
No known key found for this signature in database
GPG key ID: 252D306F545351FC

View file

@ -1,20 +0,0 @@
# This is Git's per-user configuration file.
[user]
name = ItsDrike
email = itsdrikeofficial@gmail.com
signingkey = F4E8FF4F6AC7F3B4
[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