File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed
Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 99[merge]
1010 defaultToUpstream = true
1111 tool = vimdiff
12- conflictstyle = diff3
12+ conflictstyle = zdiff3
1313[core]
1414 editor = vim
1515 eol = native
2727 unstage = reset HEAD --
2828[rerere]
2929 enabled = true
30+ autoupdate = true
3031[branch]
3132 autoSetupMerge = always
3233# Fetch also the merge requests data for common remotes
3940 fetch = +refs/merge-requests/*/head:refs/remotes/origin/merge-requests/*
4041[diff]
4142 tool = vimdiff
42- colormoved = default
43+ colorMoved = plain
44+ algorithm = histogram
45+ mnemonicPrefix = true
46+ renames = true
4347[difftool]
4448 prompt = false
4549[color.blame]
7276 light = false
7377[pull]
7478 ff = only
79+ rebase = true
75807681 pushInsteadOf = https://github.com/
77828085 pushInsteadOf = https://bitbucket.org/
8186[push]
8287 autoSetupRemote = true
88+ default = simple
89+ followTags = true
90+ [tag]
91+ sort = version:refname
92+ [fetch]
93+ prune = true
94+ pruneTags = true
95+ all = true
96+ [help]
97+ autocorrect = prompt
You can’t perform that action at this time.
0 commit comments