From 41e50950fd422cf7c40585f0a778c03e5fae7a5e Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 18 Aug 2022 12:50:20 +0200 Subject: [PATCH] pull.rebase true --- arch.sh | 3 +++ wsl.sh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/arch.sh b/arch.sh index c39bebb..427582f 100644 --- a/arch.sh +++ b/arch.sh @@ -342,6 +342,9 @@ then # === VSCodium == wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/VSCodium/product.json -P "$HOME"/.config/VSCodium/ + # === Git == + git config --global pull.rebase true + echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur.\nPensez à activer les extensions après redémarrage." else echo "Ce script ne fonctionne que sur Arch." diff --git a/wsl.sh b/wsl.sh index e4d8df4..434e8ef 100644 --- a/wsl.sh +++ b/wsl.sh @@ -172,6 +172,9 @@ then # === Shared folders == mkdir /mnt/z && mkdir /mnt/y + # === Git == + git config --global pull.rebase true + echo -e "\nInstallation terminée !\nIl faut redémarrer WSL (dans Powershell = wsl --shutdown)." echo -e "---\nPense bien à paramétrer ton terminal, exemple avec Windows Terminal :" echo "- Ligne de commande = wsl.exe -d Ubuntu fish"