change default new-branch name from master to main
This commit is contained in:
parent
41e50950fd
commit
fc8790b60d
2 changed files with 2 additions and 0 deletions
1
arch.sh
1
arch.sh
|
@ -344,6 +344,7 @@ then
|
||||||
|
|
||||||
# === Git ==
|
# === Git ==
|
||||||
git config --global pull.rebase true
|
git config --global pull.rebase true
|
||||||
|
git config --global init.defaultBranch main
|
||||||
|
|
||||||
echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur.\nPensez à activer les extensions après redémarrage."
|
echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur.\nPensez à activer les extensions après redémarrage."
|
||||||
else
|
else
|
||||||
|
|
1
wsl.sh
1
wsl.sh
|
@ -174,6 +174,7 @@ then
|
||||||
|
|
||||||
# === Git ==
|
# === Git ==
|
||||||
git config --global pull.rebase true
|
git config --global pull.rebase true
|
||||||
|
git config --global init.defaultBranch main
|
||||||
|
|
||||||
echo -e "\nInstallation terminée !\nIl faut redémarrer WSL (dans Powershell = wsl --shutdown)."
|
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 -e "---\nPense bien à paramétrer ton terminal, exemple avec Windows Terminal :"
|
||||||
|
|
Loading…
Reference in a new issue