2012-01-16 62 views

回答

2

一個簡單的方法是查找.git/objects目錄中的文件。如果沒有禮物,那麼你知道它必須是全新的。

$> find .git/objects -type f | wc -l # if this prints 0, then it's brand spankin' new.