Skip to main content
Glama
update-git-remote.ps1932 B
# Update Git Remote URL after GitHub Repository Rename # Run this AFTER renaming the repository on GitHub Write-Host "=== Updating Git Remote URL ===" -ForegroundColor Cyan Write-Host "" # Show current remote Write-Host "Current remote URL:" -ForegroundColor Yellow git remote -v Write-Host "" Write-Host "Updating to new repository name..." -ForegroundColor Green # Update remote URL git remote set-url origin https://github.com/seanshin0214/world-class-leadership-personas.git Write-Host "" Write-Host "New remote URL:" -ForegroundColor Yellow git remote -v Write-Host "" Write-Host "=== Update Complete ===" -ForegroundColor Cyan Write-Host "" Write-Host "Testing connection..." -ForegroundColor Yellow git fetch origin Write-Host "" Write-Host "✅ Git remote successfully updated!" -ForegroundColor Green Write-Host "New repository: https://github.com/seanshin0214/world-class-leadership-personas" -ForegroundColor Cyan

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/seanshin0214/persona-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server