(no title)
shafte | 6 years ago
For many projects, having a single "canonical" version is the best experience for both users of the project and developers. Linux is large and important enough that it may make sense to have many different distros running a slightly different set of patches and accept the overhead of managing multiple sources of truth. For smaller projects with more narrow contributor bases, it would be noisy and confusing.
wccrawford|6 years ago
Sure, they're doing things to further their own popularity... But it doesn't appear to be at the expense of anyone else.
lixtra|6 years ago
The important question would be if Github forks and pull requests are an open protocol or attached to the platform. I’m not aware if I can make a pull request from - say - bitbucket to github. Can I ? Then it’s not a power grab. If not then redefinition of fork/pull request is an extend and extinguish move.
Edit: okay, extinguish is too harsh. GitHub doesn’t want to extinguish git.
zdragnar|6 years ago
Further, github isn't looking to "extinguish" git in any way. Sure, old workflows (emailing patches?) might not be supported, but again, that's something entirely external to git itself.
As these things are all external to git, it makes sense that they're not portable between vendors- they are the vendor's, not git's, features. You're not using them from within git, you're using the vendor's features to interact with git. That's the primary difference between, say, M$FT's EEE of Java or AOL's instant messenger, HTML and other examples.
usrusr|6 years ago
Attached to the platform, but open. You could do all the work on your feature branch somewhere else, say, your company's gitlab installation, then when it's done, push the branch into your github "fork" and and create a pull request there. I really don't know on which side of an openness line that would fall, you can easily define the line around it either way.
theamk|6 years ago
You’d have to run half a dozen commands, including adding new remote and running “hub fork”, but it would likely still be faster than sending an email.
TeMPOraL|6 years ago
unknown|6 years ago
[deleted]
Retra|6 years ago