git stash 放入暂存区
git pull 拉最新代码
git stash pop 拉出暂存区
在页面中选择留下要的数据
git add . 提交代码
git commit -m '需求' 需求描述
git push 提测