ฉันเป็นนายและฉันก็ทำ rebase -i <my_branch>
ได้รับสิ่งนี้:
noop
# Rebase c947bec..7e259d3 onto c947bec
#
# Commands:
# p, pick = use commit
# r, reword = use commit, but edit the commit message
# e, edit = use commit, but stop for amending
# s, squash = use commit, but meld into previous commit
# f, fixup = like "squash", but discard this commit's log message
# x <cmd>, exec <cmd> = Run a shell command <cmd>, and stop if it fails
#
# If you remove a line here THAT COMMIT WILL BE LOST.
# However, if you remove everything, the rebase will be aborted.
#
ฉันต้องการเลือกคอมมิตบางส่วนไม่ใช่ทั้งหมดเนื่องจากบางส่วนไม่ได้รับการต้อนรับ นอกจากนี้คุณจะทำงานอย่างไรเมื่อคุณต้องการเก็บไฟล์บางไฟล์หรือเปลี่ยนแปลง 'local' ไปยังบางสาขาเสมอ? มีตัวช่วยบางอย่างเช่น.gitignore
?
HEAD~*
ไวยากรณ์ได้ผลสำหรับฉัน แต่อันแรกใช้ไม่ได้