March 09, 2023 | Created
前言提醒
暫存後會需要修改相同檔案的狀況下,不建議使用 stash,使用 commit 直接推到遠端分支會更安全,除了可以正常取回檔案外,也不用擔心本機電腦出問題而沒有任何備份資料。
git stash pop command is not working
我剛剛使用 git stash -u,現在想要 git stash pop
但指令輸入完後,用 git status 確認,並沒有看見剛剛想要 pop 出來的檔案!
花這麼多心力的檔案不見了嗎!?