即將移除帳號中設定進行轉移動作
保留帳號信箱確認轉移信件
保留帳號中確認轉移成功
查詢remote的位置
$ git remote -v
origin git@github.com:USERNAME/REPOSITORY.git (fetch)
origin git@github.com:USERNAME/REPOSITORY.git (push)
更新remote的位置
$ git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
進入保留帳號,加入慣用的email,用於未來commits使用
Merging multiple user accounts
Merge Multiple GitHub Accounts + Transfer Commit History