git チーム開発の場合
git add .
git commit -m ""
git push URL branch
git checkout master
git pull URL master
git branch -d ローカル
git checkout -b ローカル
git add .
git commit -m ""
git push URL branch
git checkout master
git pull URL master
git branch -d ローカル
git checkout -b ローカル