How can I merge the last two commits?

Viewed 14164

I want to combine my last two commits. Here is the result of git log:

Enter image description here

Now I want to merge those last two commits (which are into read box) into one commit. How can I do that?

2 Answers
Related