git stash & git stash pop
git stash & git stash pop
$ git checkout feature/select-seat-system
$ git checkout feature/app-download-guide
# 暂存
$ git stash
# 还原
$ git stash pop
https://git-scm.com/book/zh/v2/Git-工具-储藏与清理
https://git-scm.com/docs/git-stash
https://www.javatpoint.com/git-stash
git stash All In One
$ git stash
$ git stash save
$ git stash list
$ git stash apply
$ git stash changes
$ git stash pop
$ git stash drop
$ git stash clear
$ git stash branch
refs
©xgqfrms 2012-2020
www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!
本文首发于博客园,作者:xgqfrms,原文链接:https://www.cnblogs.com/xgqfrms/p/12164446.html
未经授权禁止转载,违者必究!