From 8474971e1d43b2054489405dc3f74572b9454f9a Mon Sep 17 00:00:00 2001 From: Brieuc Dubois Date: Mon, 29 Jan 2024 11:20:46 +0100 Subject: [PATCH] Git rebase by default --- root/home/bhasher/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) 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