DEV Community

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

 
edwbuck profile image
Edwin Buck • Edited

From my estimation, pull-request came from the author imposing his viewpoint on others. He assumed that he would be in control of the upstream repository and named it as a hybrid of what it was to him and what he had to do with it.

A better approach is to consider the user's point of view.

Git is a mess of badly structured commands, but a useful tool. Look at mercurial of you want an example of git workflows with a better command line interface.

Thread Thread
 
jessekphillips profile image
Jesse Phillips

You'll need to help me on this one. What does hg call it?

mercurial-scm.org/wiki/ReviewWorkf...

"Create a "Pull request" on data in the repo"

Thread Thread
 
nathankc profile image
Nathan K. Campbell

Don't bother looking at Mercurial if you're a BitBucket user though:
bitbucket.org/blog/sunsetting-merc...