1.

Why do we not call git “pull request” as “push request”?

Answer»
  • PUSH REQUEST” is termed so because it is done when the target repository requests US to push our changes to it.
  • “Pull request” is named as such DUE to the fact that the repo requests the target repository to GRAB (or pull) the changes from it.


Discussion

No Comment Found