Git rebase squash的問題,透過圖書和論文來找解法和答案更準確安心。 我們找到下列懶人包和總整理

另外網站How to Squash All Commits Related to a Single Issue into a ...也說明:How to squash commits · Run git log to determine how many commits to squash. · Run git rebase -i HEAD~4 (with 4 being the number of commits) · OR ...

最後網站Squash combines commit messages in the wrong order - Bugs則補充:Steps to reproduce: 1) Create a commit with message "Commit 1" and another commit with message "Commit 2" 2) Rebase interactive on the parent of the first ...

接下來讓我們看這些論文和書籍都說些什麼吧:

除了Git rebase squash,大家也想知道這些: