新しいブランチを作成し、originにpushし共有するとき。 git checkout -b newbranch #新しいブランチを作成し、ついでにcheckout #... コードの修正など git push origin newbranch #リモートに反映 問題点 pushしたあとpullすると(他の人が同じブランチで作業などしてその変更を取り込みたい時など)次のようなエラーが発生する*1。 $ git pull You asked me to pull without telling me which branch you want to merge with, and 'branch.newbranch.merge' in your configuration file does not tell me, either. Please specify which branch