我在github上有一個項目,我想在我的服務器上進行鏡像。當做一個git克隆--mirror在哪裏的實際文件?
我試過以下內容:git clone --mirror [email protected]:user/repo.git
。
然後在repo.git
目錄中,我有以下文件結構(例如,輸出ls
):
FETCH_HEAD branches/ description info/ packed-refs HEAD config hooks/ objects/ refs/
所以我的問題是:哪裏是我的文件!?看起來好像有一堆git相關的東西,但我找不到我寫的代碼。我錯過了明顯的東西嗎?
btw,git status
返回fatal: This operation must be run in a work tree
但git branch
返回分支。奇怪的。
我沒有意識到裸回購沒有工作區域。我可能沒有足夠的親和力,不能正確理解這部分文檔。謝謝。 – cpa 2013-03-07 18:52:40
是的,裸回購是非常接近於正常回購.git目錄內的東西。 – MikeSep 2013-03-07 20:13:07