EGit が再び攻撃します。私は EGit で別のブランチに切り替えようとするのを間違えましたが、どういうわけか台無しになり、ブランチをチェックアウトしませんでした。次に、この非ブランチにコミットしましたが、正しいブランチを追跡していないことに気付いたとき、次を実行しました。
$ git checkout issue2
Warning: you are leaving 1 commit behind, not connected to any of your branches:
bada553d My commit message
If you want to keep them by creating a new branch, this may be a good time to do so with:
git branch new_branch_name ....
Branch issue2 set up to track remote branch issue2 from origin.
Switched to a new branch issue2.
物事を台無しにしたので、そのコミットを現在のブランチに関連付けるにはどうすればよいですか? まったく新しいブランチを作成することに興味はありません。そのコミットを自分のブランチに取り込みたいだけですissue2
。