Combine PowerShell and diskpart to get your storage space back.
wsl --shutdown| #!/bin/bash | |
| # Make the current commit the only (initial) commit in the target repository. | |
| git checkout --orphan newBranch | |
| git add . | |
| git commit -m "Initial commit" | |
| git branch -D main | |
| git branch -m main | |
| git push -f origin main |