git checkout master
git pull # to update the state to the latest remote master state
git merge develop # to bring changes to local master from your develop branch
git push origin master # push current HEAD to remote master branch
Git Merge branch
最新推荐文章于 2025-06-25 23:56:19 发布