diff --git a/.gitconfig b/.gitconfig index 82db88a..03d13ec 100644 --- a/.gitconfig +++ b/.gitconfig @@ -12,6 +12,8 @@ quotePath = false #[commit] # template = /home/od/.gitmessage.txt +[config "pull"] + rebase = false [pull] rebase = false [init]