Git Beginner to Intermediate Course
About Lesson

Welcome to another part of the GitHub tutorials. In this part, you will learn how to
contribute with other repositories on GitHub. For example imagine that you want to
update someone else’s project and then apply those changes on that repository. The
first step is to pull that repository and then make your desired changes . Afterward,
you can use the Fork command to create a fork from that repository and push it to GitHub.
Then, you can click on the contribute option in the repository in order to send a pull request.
The owner of that repository will see your changes and if there is no conflict, he or she will
merge that to the main branch of the repository.

Join the conversation