マスターからコミットを選択して、現在の本番ブランチに入れようとしています。ただし、を実行するgit cherry-pick <SHA-hash>
と、次のメッセージが表示されます。
# On branch prod_20110801
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
# site/test-result/
nothing added to commit but untracked files present (use "git add" to track)
The previous cherry-pick is now empty, possibly due to conflict resolution.
If you wish to commit it anyway, use:
git commit --allow-empty
Otherwise, please use 'git reset'
注:リセットとリセット--hard HEAD ^を実行しようとしましたが、どちらも何も変更されていないようです。
なぜこれがうまくいかないのか混乱しています。
これを解決する方法についての洞察、アドバイス、またはアイデアは役に立ちます〜!