总流程
- git status
- git add .
- git commit -m '***'
- git stash (隐藏本地修改)
- git pull (获取分支内容)
- git stash pop (把本地修改再拿出来)
- git status (查看是否本地修改)
- git add .
- git commit -m '***'
- git pull
- git push origin branch_name
本文标题:git 隐藏本地修改,pull 分支新内容
本文链接:https://www.haomeiwen.com/subject/kbygbltx.html
网友评论