This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ============================================================ | |
| # B.IT Solutions - GitHub Repository Initialisierung | |
| # Ausfuehren auf dem Desktop-PC (PowerShell als Administrator) | |
| # ============================================================ | |
| $ErrorActionPreference = "Stop" | |
| Write-Host "`n=== B.IT Solutions - Git Repository Setup ===" -ForegroundColor Cyan | |
| Write-Host "Organisation: https://github.com/bit-solutions-gmbh`n" |