作業ブランチにmainをマージ

git checkout main
git pull origin main
git checkout 作業ブランチ
git merge main
git push origin 作業ブランチ