I have the following commits in my branch.
- last commit
- third commit
- second commit
- first commit
How could I combine commit 3 and 2 but with commit message of commit 2. This is the result I will be expecting
- last commit
- second commit (3 is combined to 2)
- first commit