diff options
Diffstat (limited to 'files/.gitconfig')
| -rw-r--r-- | files/.gitconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/files/.gitconfig b/files/.gitconfig index 277fc43..3b3ca6a 100644 --- a/files/.gitconfig +++ b/files/.gitconfig @@ -19,7 +19,9 @@ new = green bold whitespace = red reverse [diff] + algorithm = histogram tool = vimdiff + colorMoved = true [difftool] prompt = false [diff-so-fancy] @@ -28,7 +30,7 @@ [grep] lineNumber = true [merge] - conflictstyle = diff3 + conflictstyle = zdiff3 stat = true tool = vimdiff [core] @@ -98,7 +100,9 @@ [rebase] instructionFormat = %s [%an] {%ar} autoStash = true + updateRefs = true [rerere] + autoUpdate = true enabled = true [status] submoduleSummary = true |
