赞
踩
git checkout master
git pull
git checkout develop
git merge master
git add . git commit -m "merge master to develop" git push