mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 10:39:41 +00:00
23 lines
603 B
Plaintext
23 lines
603 B
Plaintext
# This is Git's per-user configuration file.
|
|
[user]
|
|
name = ItsDrike
|
|
email = itsdrike@protonmail.com
|
|
signingkey = FB8CA11A2CF3A843
|
|
[credential]
|
|
helper = store --file ~/.config/git/git-credentials
|
|
[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
|