diff --git a/gitconfig b/gitconfig index 8768182..0060f46 100644 --- a/gitconfig +++ b/gitconfig @@ -1,6 +1,9 @@ [color] ui = true +[pull] + rebase = true + [log] abbrevCommit = true decorate = true @@ -8,7 +11,7 @@ pretty = %C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset) [core] - pager = diff-so-fancy | less --tabs=4 -RFX + pager = diff-so-fancy | less --tabs=4 --RAW-CONTROL-CHARS [color "diff-highlight"] oldNormal = red bold