DEV Community

Discussion on: What common programming concept has the wrong name?

Collapse
 
ahferroin7 profile image
Austin S. Hemmelgarn

You're requesting somebody to pull in a branch from your fork of the repo. The exact operation when using Git in the command line that merging the request equates to is git pull not git merge, so Pull Request is technically correct.