Git already supports collaboration.
You can clone repositories, create branches, make commits, and merge changes — all without ever using a pull request.
So why do pull requests exist?
In this video, we break down the real reason pull requests were created, how Git hosting platforms like GitHub and GitLab fit into the picture, and why collaboration at scale requires more than just Git.
If you’ve ever been confused about the difference between Git and pull requests, this will make it click.
Git manages history. Pull requests manage trust.
—
I teach Git by focusing on visualizing how it works under the hood, instead of memorizing commands. If you’re looking for a structured, step-by-step curriculum with the same animations you find on this channel, you can learn more at • LearnGit.io
#git #github #pullrequests #opensource #softwareengineering