I'm getting started with a project with a friend on Github. So far, he has created the repository and I have forked it. I started making changes to my repository, committed, and pushed the changes to origin (my forked copy).
We're now ready to integrate the changes into his original repo.
What is the difference between the Fork Queue and a Pull Request? Do I need to send a pull request? Can he simply accept the changes in the fork queue and be done with it?
Thanks in advance! Ethan