![見出し画像](https://assets.st-note.com/production/uploads/images/41114001/rectangle_large_type_2_8016fe74b364b22d73b8ebb9c2752a3b.png?width=1200)
Git(GitHub)のレポジトリ名変更
Githubのレポジトリ名変更
GitHubの対象レポジトリの上部 SettingタブからRenameで変更
Gitのレポジトリ名変更
# ./git/config
[remote "origin"]
url = https://github.com/username/Before_the_changes.git
を
# ./git/config
[remote "origin"]
url = https://github.com/username/After_the_changes.git
に変更