私のブランチは、オリジンが 5 コミット遅れています。
muralish@vnc9[~/git/task](task-68↓3| ✓)$git status
# On branch task-68
# Your branch is behind 'origin/task-68' by 5 commits, and can be fast-forwarded.
#
nothing to commit, working directory clean
muralish@vnc9[~/git/task](desflow-68↓3| ✓)$
これらのコミットは、A-> B-> C -> D -> E です。C を作業ディレクトリにコミットすることに関連する変更のみを取得するにはどうすればよいですか。
git rebase -i を試しましたが、そのコミットはまったくリストされません。以下の情報を出力します。
noop
# Rebase 484a22b..b7fa802 onto 484a22b
#
# Commands:
# p, pick = use commit
# r, reword = use commit, but edit the commit message
# e, edit = use commit, but stop f
どんな助けでも大歓迎です。