TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

GitHub's beta launched without Pull Requests, but we did have private messages…

22 pointsby ghuntleyover 2 years ago

2 comments

quectophotonover 2 years ago
Good reminder that a simple message asking someone to pull from your branch is already a pull request (the other person can literally `git pull $URL $BRANCH`).<p>Nowadays everyone already assumes that &quot;pull request&quot; = &quot;web-based code review interface with a button to merge&quot;, and I find that unfortunate, but such change of meanings are common and we can only accept them.<p>But it still makes communication unnecessarily complicated when people have that assumption.<p>Like, if I host my code with cgit, I bet there&#x27;s a whole generation of developers that don&#x27;t even know they can clone my code, host it in their GitHub accounts, and send me a message telling me &quot;hey, I forked your repo, you can pull the commits from my GitHub account if you want&quot;.<p>No need to mess with `git request-pull`, or even email at all.
n1c00oover 2 years ago
Such a nice anecdote for a period I have (and will) never see. The idea of private messages seemed cool when compared to the massive issues list we have on GitHub now