Earlier quoted context omitted.
How else would you want it to be ?
GitHub could put up a voting user-oriented website much like the now discontinued Ubuntu Brainstorm. I have plenty of ideas for them… * allow symlinks in the gh-pages branch * do not `chmod u+x` every text file in zip archives * actually support `git-archive` * make rebasing of PRs easier * look for a contributor's code in a repo * when looking at a file, have a link showing current PRs editing it
Dear GitHub: Please let us sort our projects
71–75 of 75 posts
Re: Dear GitHub: Please let us sort our projects
#72Strongly agree. Now that Github is being used as a de facto CV, it's really important for our Github page to show our strongest projects first. If some silly project I contributed to 4 years ago pops up first on my Github page, most potential clients and/or employers are not going to make the effort to scroll through pages of projects to find the projects most representative of my current abilities. On the bright sid…
Now I kinda regret nuking all that work (didn't think to keep backups around), but a better solution for this would prevent anyone from doing similar in the future.
Re: Dear GitHub: Please let us sort our projects
#73I just experienced the other side of this problem yesterday. I was checking out a job applicant who had a lot of repositories and I couldn't easily figure out which ones really mattered. Fortunately, he also had his own portfolio site. The github profile was effectively useless.
If you're curious what contributions a user has made to their forks, I wrote a simple that breaks down # of commits per fork e.g. http://github-contributions.herokuapp.com/cldwalker
Re: Dear GitHub: Please let us sort our projects
#74Earlier quoted context omitted.
GitHub could put up a voting user-oriented website much like the now discontinued Ubuntu Brainstorm. I have plenty of ideas for them… * allow symlinks in the gh-pages branch * do not `chmod u+x` every text file in zip archives * actually support `git-archive` * make rebasing of PRs easier * look for a contributor's code in a repo * when looking at a file, have a link showing current PRs editing it
Symlinks work for gh-pages. We use it for linking to the current version of the docs: https://github.com/facebook/presto/tree/gh-pages/docs http://prestodb.io/docs/current/
Cheers
[1]: https://github.com/Sidnicious/gh-pages-symlink-test/issues/4