1
我正在做一個分離後的頭部進行rebase。我做了rebase,因爲我認爲這可以解決我的主要問題:一個遠程回購,認爲它與本地回購協議(但事實上並非如此)是最新的。修復分離的頭部而不會丟失提交時的分離
因此,這裏是我的最新提交:
a65597d [email protected]{0}: commit: Added AutoFocus to Forms.
5405293 [email protected]{1}: commit: Register and Login with Enter functionality added.
2058612 [email protected]{2}: reset: moving to [email protected]{1}
8613cea [email protected]{3}: pull --rebase: checkout 8613ceaa282172842c2e7ace52c99ba495970b73
2058612 [email protected]{4}: commit: Added API gamedata attach function
我目前上沒有分支。
* (no branch, rebasing test)
test
master
我現在想要的是回到我的測試分支,將有最新的2提交,我做了重置後。我該怎麼做呢?
非常感謝!它甚至迴應了: 你的分支在2次提交之前領先於'起源/測試'。 (使用「git push」發佈您的本地提交) 哪些確認核心問題已得到解決。 – Ansjovis86