Why is a git 'pull request' not called a 'push request'?

asked11 years ago
last updated4 years ago
viewed155.2k times
Up Vote695Down Vote

The terminology used to merge a branch with an official repository is a 'pull request'. This is confusing, as it appears that I am requesting to push my changes to the official repository.

Why is it called a pull request and not a push request?