Update configure-git.ps1

This commit is contained in:
Markus Fleschutz 2021-06-01 16:07:08 +02:00
parent 0edeca4765
commit 51fedf62d9

View File

@ -22,7 +22,7 @@ try {
& git config --global core.symlinks true
& git config --global core.longpaths true
& git config --global init.defaultBranch main
write-host -foregroundColor green "✔️ your Git configuration has been saved, it's now:"
write-host -foregroundColor green "✔️ saved your Git configuration, it's now:"
& git config --list
exit 0
} catch {