We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795f0e4 commit 1616739Copy full SHA for 1616739
1 file changed
setup-github.ps1
@@ -4,7 +4,7 @@
4
Write-Host "🚀 Configurando CtrlMP para GitHub y Firebase..." -ForegroundColor Green
5
6
# Solicitar información del usuario
7
-$githubUsername = Read-Host "Ingresa tu nombre de usuario de GitHub"
+$githubUsername = "ctrl1758"
8
$repoName = "CtrlMP"
9
10
Write-Host "📝 Configurando Git..." -ForegroundColor Yellow
0 commit comments