diff --git a/.gitconfig b/.gitconfig index 7262a8c..2d257be 100644 --- a/.gitconfig +++ b/.gitconfig @@ -12,3 +12,10 @@ # nothing is inconvenient, matching is dangerous. # current is only compatible remaining option. default = current +[color "diff"] + # Display commit ids blue on white. + # Default is yellow on normal which is unreadable with a light + # background + commit = blue white +[pull] + rebase = false