ฉันกำลังพยายามคัดเลือกเชอร์รี่จากผู้เชี่ยวชาญและนำเข้าสู่สาขาการผลิตปัจจุบัน อย่างไรก็ตามเมื่อฉันดำเนินการ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'
หมายเหตุ: ฉันได้ลองทำการรีเซ็ตและรีเซ็ต - ฮาร์ด HEAD ^ แล้วและดูเหมือนจะไม่เปลี่ยนแปลงอะไรเลย
ฉันสับสนว่าทำไมสิ่งนี้ถึงไม่ได้ผลสำหรับฉัน
ข้อมูลเชิงลึกคำแนะนำหรือแนวคิดในการแก้ไขปัญหานี้จะเป็นประโยชน์ ~!