摘要: 没提交代码的制情况: git stash git pull git checkout xxx git stash pop 已提交代码的情况: git reset HEAD~1 git stash git checkout xxx git stash pop 阅读全文
posted @ 2020-10-26 18:10 flower-qh 阅读(743) 评论(0) 推荐(0) 编辑