2017年2月19日日曜日

Git / githubのusernameを変更したら


Githubのusername変えたら、リモートリポジトリの書き換えが必要だったので、その実施メモ



メモ

git remote -v
今設定しているurlを確認
origin https://github.com/user_name/repository_name


git remote set-url origin https://github.com/new_user_name/repository_name
URLの書き換え

git remote -v
書き換わったことを確認

0 件のコメント:

コメントを投稿