2
我在我的主要回購 git子樹my-subtree
鏈接到遠程回購。 我在my-repo
中提交了屬於my-subtree
的文件。git子樹推送丟失我的提交信息
然後我想這些改變推回遠程回購,所以我跑了這個命令
git subtree push --prefix=remote_repos/my-subtree --squash [email protected]:my-userame/my-subtree master
它推的變化罰款,但混帳提交信息丟失!而我得到這個消息,而不是
Merge commit '64cda2e4fd5e166e79cfc8e3c1edffa3fae40308'
我怎樣才能得到我原來的git消息到遠程回購,當我執行git subtree push
?沒有得到Merge commit
消息?
問題是? – FDinoff
已編輯的問題:當我執行'git subtree push'時,如何將原始git消息放入遠程回購?沒有得到'合併提交'消息 – user391986