From 5fd960c74f2c308ff40fcb4a5a3bba273f4e7c6a Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Mon, 18 Jan 2021 18:33:56 +0000 Subject: [PATCH] Pull rebase by default --- .config/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/git/config b/.config/git/config index 6aef996..88ab1ff 100644 --- a/.config/git/config +++ b/.config/git/config @@ -6,6 +6,8 @@ autosquash = true [push] default = current +[pull] + rebase = true [alias] amend = commit --amend lg = log --color --graph --abbrev-commit --