While pulling and committing:
This is what I get:
|\
| 4121ef3 (origin/main, origin/HEAD) Fixes 'wut' spelling error
| 052193a Fixes 'wut' spelling error
|/
* 0f8495a Initial commit
This is what I need:
b6f8909 (HEAD -> main) Merge branch 'main' of https://github.com/Aug… into main
|\
| a5f6fe9 (origin/main, origin/HEAD) Fixes 'wut' spelling error
| 91a35b1 Fixes 'restorant' spelling error
|/
66bdc56 Initial commit
Even if I followed the steps given in the pdf, I am getting "Fixes 'wut' spelling error" for both of my commit messages.
HOW DO I FIX THIS?