不小心刪除了我非常複雜的 Containerfile,幸好 sda4 小於 50GB。
我花了幾個小時過度設計了一個 Containerfile。然後我不小心在考慮 git 追蹤之前刪除了最重要的文件。
我有三個文件
"Containerfile_build",
"publish_Containerfile" 和 "Containerfile_build_old"。
在我心中,我已經將
"Containerfile_build" -> 重命名為 -> "build_Containerfile"
所以我執行了:
"rm ./Containerfile_" [tab completion] [enter]
結果刪除了:
"rm ./Containerfile_build"…(已編輯) 查看更多