diff --git a/files/gitconfig.conf b/files/gitconfig.conf index 0d674c0..f901de3 100644 --- a/files/gitconfig.conf +++ b/files/gitconfig.conf @@ -14,6 +14,9 @@ [commit] verbose = true +[pull] + rebase = false + [alias] root = rev-parse --show-toplevel amend = commit --amend --no-edit