i have made two commits while in fact one commit is enough, the reason that i make two commits is because i forget to add one file after i make the first commit, so i add it and make another commit, after that i found that i find i have made two commit with the same comment, so how to merge these two commits into one?
* 3e381e7 - (HEAD, master) now i have add load script which can open many pages automatically at one time (4 seconds ago)
* 2d97025 - now i have add load script which can open many pages automatically at one time (21 seconds ago)
how to merge commits 3e381e7 and 2d97025 so that there is only one commit log?
--amendflag to edit the previous commit instead of creating a new one.