我剛剛注意到我的reflog中有空消息的項目。你有什麼想法可以在日誌中創建空物品嗎? fadea5a [email protected]{6}: merge stable/abc: Merge made by the 'recursive' strategy.
b03c8c7 [email protected]{7}: merge stable/xyz: Merge made by the 'r
我手邊沒有特定的問題,但過去遇到過一些我不小心炸掉我的索引的情況,希望我可以返回給定文件的前一個狀態,該文件在某個時刻被編入索引。 一些示例情況是: $ git add <file>
# find out that I already had an indexed version of <file>,
# and that for some reason I shouldn't have ad
由於拙劣的git commit --fixup,我處於rebase地獄的中間。我認爲我已經確定了消息來源,而且我現在處於一個比我開始時更好的地方。但是,如果我看一下git reflog,那麼'rebase -i'這一行看起來就像我以前的拙劣嘗試。 我可以將自己的行添加到reflog嗎?說的東西,看起來像: $ git reflog mark '== we are not worse off tha