Improved the scripts

This commit is contained in:
Markus Fleschutz
2021-02-10 19:25:48 +01:00
parent 47459e0139
commit 60eb59b52a
20 changed files with 26 additions and 23 deletions

View File

@ -33,7 +33,7 @@ try {
git config --global core.autocrlf false
git config --global core.symlinks true
git config --global init.defaultBranch main
write-output "OK - your Git user configuration is now:"
write-host -foregroundColor green "Done - your Git user configuration is now:"
git config --list
exit 0
} catch {