I forked someone\'s repository on GitHub and would like to update my version with commits and updates made in the original repository. These were made after I forked my copy
This video shows how to update a fork directly from GitHub
Steps:
Pull Requests.New Pull Request. By default, GitHub will compare the original with your fork, and there shouldn’t be anything to compare if you didn’t make any changes.switching the base. Now GitHub will compare your fork with the original, and you should see all the latest changes.Create a pull request for this comparison and assign a predictable name to your pull request (e.g., Update from original).Create pull request.Merge pull request and finally Confirm merge. If your fork didn’t have any changes, you will be able to merge it automatically.