diff --git a/root/home/bhasher/.gitconfig b/root/home/bhasher/.gitconfig index 9d0e60a..102321d 100644 --- a/root/home/bhasher/.gitconfig +++ b/root/home/bhasher/.gitconfig @@ -6,3 +6,5 @@ excludesfile = ~/.config/custom/git/.gitignore_global [init] defaultBranch = master +[pull] + rebase = true