Powershell
Clear-HostGet-Alias Get-Command serviceGet-Command -Noun service Get-Help Get-Service opérateur:1 -eq 1"alice" -eq "alice""alice" -eq "ALICE" ==> non sensible à la casse"alice" -ceq "ALICE" ==> sensible à la casse"alice" -eq "ALICE" -and…
Clear-HostGet-Alias Get-Command serviceGet-Command -Noun service Get-Help Get-Service opérateur:1 -eq 1"alice" -eq "alice""alice" -eq "ALICE" ==> non sensible à la casse"alice" -ceq "ALICE" ==> sensible à la casse"alice" -eq "ALICE" -and…
Configurer git Activer la couleur dans git:git config --global color.diff autogit config --global color.status autogit config --global color.branch auto Configurer son nom ou pseudo:git config --global user.name "votre_pseudo" Configurer son…