Git Pull Requests explained - Computer Stuff They Didn't Teach You #5
Summary
This discussion clarifies that pull requests are a convention for collaborative workflow, not a core Git function, building on a previous Git basics session. The main takeaway is that Git's decentralized nature means the authoritative code is determined by team consensus, and a pull request is simply a method to propose merging one's branch into another's.