2016-05-29 76 views
0

我只是用git/github弄溼我的腳。請多多包涵。在提交之前同步後刪除本地文件

我花了大約2個小時處理gh-pages存儲庫的一組文件。我編輯了一些現有的文件,並在那段時間創建了一些新文件。

當我打開github for mac時,我看到有14個未提交的更改。愚蠢的是,我在提交之前點擊了「同步」按鈕,並且對本地文件的編輯消失了。

有沒有辦法檢索它們或者是所有失去工作?

tried this沒有成功。

$ git reflog 
a2bbe73 [email protected]{0}: revert: Revert "updates" 
eaa3f6a [email protected]{1}: commit: updates 
b4dba1f [email protected]{2}: commit: configuration changes 
8adeb66 [email protected]{3}: commit: config update 
c1ffcbe [email protected]{4}: commit: domain change 
e502155 [email protected]{5}: commit: initial commit 
e3ab179 [email protected]{6}: commit: configs 
fe11182 [email protected]{7}: commit: use the vitae theme 
a61266f [email protected]{8}: clone: from https://github.com/stuboo/blog.git 
+0

你能否顯示'git reflog'的結果。它會顯示你所做的所有git命令的歷史記錄。 – Flows

回答

相關問題