|
|
|
|
|
by forgotpwtomain
3780 days ago
|
|
> GitHub raised $250 million last year and, as you mentioned, there's nothing externally visible to show for it I completely agree, I've never been able to take github seriously as a GUI -- (e.g. there is still no way to search commits). > All this gets back to a bigger trend we see these days: closed platforms are like governments (google, apple, github, twitter). I don't think it's the same to include Github into these, the main facility provided by github is simply a centralized host for your git repo, Git is FOSS and there are a number of alternatives. |
|
Just an FYI. I've implemented commits search among other things for GitHub. You can learn more about it here:
http://gitsense.github.io/
Note the latest GitSense version doesn't include branch level code searching. I'm still testing this out, and I'll be releasing another GitSense update very soon, which also includes support for BitBucket.
And sometime next week, I'm going to start looking for beta testers for my indexing engine, which is what makes all of this possible. If you have 10,000 or less commits in your repository, you'll be able to install and use the indexing engine for free. However the free version won't include diff indexing, as that greatly increases the number of moving parts.