Set rebase as the default behaviour for git pull
1 files changed, 2 insertions(+), 0 deletions(-) M .config/git/config
M .config/git/config => .config/git/config +2 -0
@@ 19,3 19,5 @@ annotate = yes [push] followTags = true +[pull] + rebase = true