Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+8 votes

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?

asked in CSC305 Fall 2023 by (1 point)

1 Answer

+3 votes

What files are you changing? Also, did you make sure to pull or push before making that change? So that there is no different types of files there?

answered by (1 point)
...