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

+14 votes
asked in CSC305 Fall 2022 by (1 point)

1 Answer

+8 votes

For that part of the lab you're supposed to be making the edit to the Repo that's stored up on GitHub, using GitHub's web interface, rather than using the Git Bash commands on your laptop.

To do the commit on the GitHub website, you click on the README.md file, then click on the little pencil icon, and then make your change, and scroll down to the bottom to put in your commit message at the place where it says "Update Readme.md" in a textbox in light gray.

Hope that helps!

answered by (508 points)
...