If I execute git log
, I see on the top two commits done by me. Each commit comes with its change ID.
Now I would like to squash this commit into one. It means that I want these two commits to come as one commit with one commit message.
Moreover, I want that the combined commit gets the Change ID from the last but one commit.