alex-environ/home/.gitconfig

28 lines
454 B
INI
Raw Normal View History

[core]
editor = vim
preloadindex = true
fscache = true
[push]
default = simple
[init]
defaultBranch = main
[pull]
rebase = false
[diff]
tool = vimdiff
[merge]
tool = vimdiff
[difftool]
prompt = false
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
2022-10-18 11:00:52 +00:00
[core]
hooksPath = ~/.alex-environ/private/home/git_hooks
2023-09-29 11:09:05 +00:00
[alias]
adog = log --all --decorate --oneline --graph