]> Sergey Matveev's repositories - dotfiles.git/blobdiff - git/.gitconfig
Huge tmux-fzf simplification with files quoting
[dotfiles.git] / git / .gitconfig
index 7c3b438232aae2d04ffa7bdb45a28570a72b29ab..5919b90fd3468f93369bc5a3b7a3dfb63e3896d8 100644 (file)
        displayRef = *
 [diff]
        algorithm = patience
+       tool = vimdiff
 [grep]
        lineNumber = true
+[merge]
+       tool = vimdiff
+[pull]
+       ff = only
+[help]
+       autocorrect = never
+[init]
+       defaultBranch = master