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

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

2 Answers

+10 votes

You make a "pull request" (to ask them to merge changes from a repo that you do have access to, such as own personal fork on GitHub.)

answered by (508 points)
+9 votes

Once changes are pushed back up to your forked remote repo, notify the maintainer of the parent repo that you have made some changes and issue a "git request" on GitHub. Then the maintainer reviews the pull request and merges them in if they liked the changes you made.

answered by (1 point)
...