From 00e3b9a609695980e9dfe0d1c31229befc705c57 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Fri, 16 Jun 2023 11:26:53 +0200 Subject: [PATCH] Correction : modification de ma configuration Git --- home/gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/gitconfig b/home/gitconfig index cf551e9..b1e2ed1 100644 --- a/home/gitconfig +++ b/home/gitconfig @@ -4,6 +4,6 @@ [core] editor = nvim [init] - defaultBranch = master + defaultbranch = master [pull] - rebase = false + rebase = true