2019-07-23 11:13:10 +00:00
|
|
|
[user]
|
|
|
|
email = changeme
|
|
|
|
name = changeme
|
|
|
|
[push]
|
|
|
|
default = simple
|
|
|
|
[core]
|
|
|
|
editor = vim
|
|
|
|
pager = less -x1,5
|
2019-11-21 19:35:27 +00:00
|
|
|
editor = nvim
|
|
|
|
pager = less -S -x1,5
|
2019-07-23 11:13:10 +00:00
|
|
|
whitespace = cr-at-eol
|
2020-05-24 10:56:23 +00:00
|
|
|
excludesfile = ~/.gitignore
|
2019-07-23 11:13:10 +00:00
|
|
|
[rebase]
|
|
|
|
autostash = true
|
|
|
|
[color "diff"]
|
|
|
|
meta = yellow bold
|
|
|
|
frag = magenta bold
|
|
|
|
old = red bold
|
|
|
|
new = 64
|
|
|
|
whitespace = red reverse
|
|
|
|
[mergetool]
|
|
|
|
keepBackup = false
|
2020-05-24 10:57:45 +00:00
|
|
|
prompt = false
|
2019-07-23 11:13:10 +00:00
|
|
|
[diff]
|
|
|
|
tool = vimdiff
|
2020-05-24 10:57:45 +00:00
|
|
|
[difftool "vimdiff"]
|
|
|
|
cmd = nvim -d $LOCAL $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J'
|
|
|
|
[difftool]
|
|
|
|
prompt = false
|
2019-07-23 11:13:10 +00:00
|
|
|
[gitflow]
|
|
|
|
multi-hotfix = true
|
|
|
|
[gitflow "branch"]
|
|
|
|
master = master
|
|
|
|
develop = develop
|
|
|
|
[gitflow "prefix"]
|
|
|
|
feature = feature/
|
|
|
|
bugfix = bugfix/
|
|
|
|
release = release/
|
|
|
|
hotfix = hotfix/
|
|
|
|
support = support/
|
|
|
|
versiontag =
|
|
|
|
[log]
|
|
|
|
date = relative
|
|
|
|
[format]
|
2019-09-22 11:37:48 +00:00
|
|
|
pretty = format:%C(yellow)%h %Cblue%>(12)%ad %Cgreen%<(7,trunc)%aN%Cred%d %Creset%s
|
2019-07-23 11:13:10 +00:00
|
|
|
|
2020-05-24 10:57:45 +00:00
|
|
|
[mergetool "nvim"]
|
|
|
|
cmd = nvim -f -c \"Gdiffsplit!\" \"$MERGED\"
|
2019-10-03 10:56:06 +00:00
|
|
|
[rerere]
|
|
|
|
enabled = true
|
2019-11-21 19:35:27 +00:00
|
|
|
[fetch]
|
|
|
|
writeCommitGraph = true
|