pull.rebase true
This commit is contained in:
parent
9c2258e74c
commit
41e50950fd
2 changed files with 6 additions and 0 deletions
3
arch.sh
3
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."
|
||||
|
|
3
wsl.sh
3
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"
|
||||
|
|
Loading…
Reference in a new issue