気軽に @takanakahiko までご相談ください
- Fork する
- Clone する
git remote add upstream [email protected]:prickathon/shop-search.git
git checkout -b <作業内容がわかるブランチ名>
git commit -am '<コミットメッセージ>'
git push origin <作業内容がわかるブランチ名>
- PR を作成する
git checkout master
git fetch upstream
git merge upstream/master
git checkout -b <作業内容がわかるブランチ名>
git commit -am '<コミットメッセージ>'
git push origin <作業内容がわかるブランチ名>
- PR を作成する