pull.rebase true

This commit is contained in:
Mylloon 2022-08-18 12:50:20 +02:00
parent 9c2258e74c
commit 41e50950fd
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 6 additions and 0 deletions

View file

@ -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."

3
wsl.sh
View file

@ -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"