How to Change Repo Name
GH repo name can only be modified from GH platform.
After changing the GitHub repo name online, change the remote URL stored in the local Git config:
git config remote.origin.url <new_github_repo_url>
git remote -v