vincentliu104 / Learning-Together

10 stars 0 forks source link

好像把本地的Repo搞爆了 #24

Closed chunghongke closed 6 years ago

chunghongke commented 6 years ago

原本想用指令把寫在自己Repo的筆記移到learning-Together底下,但檔案被我更名成 f:

後來還是用資料夾的方式直接剪下貼上移動

兩邊的Repo commit push完之後,發現VSCode有偵測到我刪除筆記檔案的變更,打開自己練習Repo的資料夾,發現 f:這個檔案還在,於是... rm -rf f:

然後我的資料夾就變以下這樣(原本的 learning-Together整個消失,只剩下自己練習的兩個Repo,但是裡面空空如也....)

然後....Git指令完全不行!!

到Windows查我的git bash....

囧RZ...

想請問大大發生什麼事情...

vincentliu99999 commented 6 years ago

@chunghongke 連資料夾都不見,只能重來了

BTW, git 移動的指令是 git mv <source> <destination>

做錯要復原可以 git reset --soft

往後要移動檔案建議先用 File Explorer or IDE

rm -rf(救不了) 可以先 ls 確認

chunghongke commented 6 years ago

Git整個重裝就好了,重新clone一份下來XD

vincentliu99999 commented 6 years ago

如果要用指令,記得都要使用 git 來操作

@chunghongke 沒問題就把 issue close 吧