refactor-reset-revert #1

Merged
floppydiscen merged 61 commits from refactor-reset-revert into main 2026-01-15 16:32:20 +00:00
Showing only changes of commit 0183a06134 - Show all commits

View File

@@ -635,6 +635,9 @@ if ($userChoice -ne "CloneOnly") {
-CheckCommand "git" `
-MinVersion "2.23" `
-AdditionalArgs "-e"
Write-Host "Setting the init.defaultBranch to be \"main\""
git config --global init.defaultBranch main
# Verify Git version specifically
if ($results.Git) {