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>
一度だけmergeする分にはこちらの方が楽
git pull https://github.com/<username>/<repo> <branch-name>
magitを使いましょう.
M-x magit-status
でmagit life
hubというものがある。 hub commandsにコマンドがたくさんのっているが、gitをhubにエイリアスしているので注意。