Home

x-motemen/ghq

Status:Indexed
Analyzed 6d ago3K+ starsGo

Remote repository management made easy

Back to Issues
#367
Moderate

ghq change origin

View on GitHub

Summary

This issue proposes adding a new `ghq change` command that allows users to update the remote origin of a local Git repository managed by ghq. This would involve parsing the command arguments, finding the specified repository, and then executing the appropriate Git command to change its remote URL.

Skills Required

Go programming languageGit command-line operationsCommand-line argument parsingError handling