diff --git a/.gitconfig b/.gitconfig index 1046f38..81fd0de 100644 --- a/.gitconfig +++ b/.gitconfig @@ -20,3 +20,5 @@ verbose = true [init] templatedir = ~/.local/bin/git-hooks +[pull] + rebase = true