I want to merge two commits into one. I have seen this article and tried to use squash with rebase but it was not fit me because of I have 2 commits at all and want to merge these 2 commits into 1.
git log --pretty=oneline
give me:
b776cabedd911ba0030537030496ca24102ff7f1 Initial commit.
7b5fb155372b129b38be0c54d184427632d949d4 Second commit.
Can someone help?