diff --git a/.gitconfig b/.gitconfig index 5abf720..50d80bb 100644 --- a/.gitconfig +++ b/.gitconfig @@ -10,3 +10,5 @@ gpgsign = true [gpg] program = gpg2 +[pull] + rebase = false