git stash save 'product'
#這時其他操作如 git pull
git stash apply #不刪除對應的stash
也可以:
git stash
#其他操作,然后操作完成后
git stash pop #刪除對應stash
參考:https://blog.csdn.net/qq_36898043/article/details/79431168
git stash save 'product'
#這時其他操作如 git pull
git stash apply #不刪除對應的stash
也可以:
git stash
#其他操作,然后操作完成后
git stash pop #刪除對應stash
參考:https://blog.csdn.net/qq_36898043/article/details/79431168
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。