1. 先git stash 暂存更改2. 再git checkout develop develop用master代替,切换到master分支,远程仓库3. 再git pull 拉取远程仓库代码到本地4. 再git checkout issue/xxx 切换到自己之前创立的问题修改分支issue/xxx5. 再git merge develop 发起合并请求6. 最后git stash pop 把之前暂存的更改释放出来