你可以直接站在你的分支develop 执行git merge master,它会自动把master主分支之后的最新提交merge到你当前的develop分支上,如果不需要全部的提交,只需要个别的提交,可以执行 git cherry-pick commitid(SHA值)
截断设置