recursive git status powershell
Get-ChildItem -Directory -Recurse | ForEach-Object {
if (Test-Path "$($_.FullName)\.git") {
Write-Host "Directory: $($_.FullName)"
git -C $_.FullName status
Write-Host "`n"
}
}
recursive git status bash
find . -type d -name ".git" -execdir sh -c 'echo "Directory: $(pwd)"; git status; echo ""' \;
balanced
powercfg /setactive 381b4222-f694-41f0-9685-ff5bb260df2e
ultimate performance
powercfg /setactive e9a42b02-d5df-448d-aa00-03f14749eb61