mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Remove gitconfig, moved to .config/git
This commit is contained in:
parent
ef3705d09f
commit
e2dfb08711
|
@ -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
|
|
Loading…
Reference in a new issue