diff --git a/.gitconfig b/.gitconfig index ed7d434..428887b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,3 +5,5 @@ excludesfile = /home/vladan/.gitignore_global [credential] helper = store +[pull] + rebase = true