git config --global user.name hoge
git config --global user.email [email protected]git remote add <nickname> https://github.com/<username>/<repo>
git fetch <nickname>
git branch -a # ブランチ名の確認
git merge <nickname>/<branch-name>magitを使いましょう.
M-x magit-statusでmagit life