dotfiles/files/.gitconfig
2020-02-29 22:11:42 +01:00

17 lines
482 B
INI
Executable file

# This is Git's per-user configuration file.
[user]
name = koumakpet
email = koumakpet@protonmail.com
[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