This is nice that op gets value. But github has a search feature. Google searches pretty well. I rarely browse user accounts and if someone looked at my account and cared because I had forked stuff, then I consider it a bonus that they exclude me from their job search.<p>There ar different philosphies to githubbing, the mistake is only when you project your own onto perceiving another’s.
I would love to see folders available beneath users and organizations. When a company puts repositories underneath github.com/companyname they all go in one giant pile; subfolders would allow organizing components of projects into folders.
I would be kind of worried that a project under an organization may not be seen as "my project" when someone like a recruiter was looking at my profile.<p>I am really excited by what <a href="https://ghuser.io" rel="nofollow">https://ghuser.io</a> is working on, and really hope GitHub takes more inspiration from them on how to arrange a profile, as it orders projects (whether mine, someone else's, or an organization's) by a score calculated based on the popularity of a project and how much you've contributed to it personally.
Cool to see.<p>I do something similar. My main account is @tmm (<a href="https://github.com/tmm" rel="nofollow">https://github.com/tmm</a>) and my deprecated projects are in an org @tmm-archive (<a href="https://github.com/tmm" rel="nofollow">https://github.com/tmm</a>). Also put my data science university work in an org @tmm-ms (<a href="https://github.com/tmm-ms" rel="nofollow">https://github.com/tmm-ms</a>).
> Fourth, another fork, but this time nothing has been updated for over a year. I guess the user pressed fork by mistake?<p>A guess: they submitted a PR, and upstream never got around to merging it. My understanding is that the PR points to the fork, so if I delete my fork, the PR dies (or loses its content). Is that true?
> "Group repositories together using Organizations"<p>I've done this in the past. But then decided GitLab's ability to nest groups (i.e., have a hierarchy) made more sense. When I made the switch, GL had free private repos as well.<p>Sure GH is bigger. But GL was / is a better tool for my needs.
Occasionally I use <a href="https://github.com/denis-sokolov/remove-github-forks" rel="nofollow">https://github.com/denis-sokolov/remove-github-forks</a> to remove all the forks I've created that no longer need to exist.
I don't see the value in having so many organizations. This makes searching things harder. Github has search based features for finding repos you've made. If you have an organization seperating out these, it's no longer a one click search. I use github to search through my old codebases to extract useful code snippets from courses.<p>You can pin 6 repos on your profile. If you want someone to see those projects, pin it up there. It shows where the repo originated from<p>If you want to put all your tutorial code together, copy the end results into a /sandbox folder in github, and document the README to summarize how the repo is organized.<p>Projects that have no relevance / tutorials should just be kept private, you could summarize courses you've done elsewhere. Sometimes I have exposed keys on there that I hadn't set an `env` variable, keeping things private is a good practice against bots<p>I tend to fork a lot of repos without intending to push a PR, mostly so I can understand how that codebase works, and add my own notations to it. Also, it's to keep a backup for projects I work through other organizations, there's a chance that repo might be deleted down the road. You can always `git pull upstream` at anypoint and grab the latest changes<p>If you want to show opensource projects you work on → pin it to your account, notate it elsewhere (e.g. portfolio page), and be on the contributor's page for that opensource repo
It seems like the repository type in GitHub already handles several of these cases.<p>A user's list of repositories can already be filtered by "type", and this handles several of his cases:<p>> aicioara-forks — Projects I contributed to. Anything that I pressed “fork” on goes here.<p>These gets automatically classified as type "Forks".<p>> aicioara-old — Repositories that contain code I may want to refer to later, but I do not really want to be associated with. Maybe it’s a high school or university project with no stars and which no longer reflect the way I code. I don’t have time to update them, I still need to refer to them sometime, but I don’t want them to say “hey, this is how Andrei is coding today”.<p>These can be marked as "Archived" (<a href="https://help.github.com/articles/archiving-a-github-repository/" rel="nofollow">https://help.github.com/articles/archiving-a-github-reposito...</a>)<p>This leaves the "boilerplate" and "gh-pages" categories, which could be indicated by adding prefixes to the corresponding repo names. If the boilerplate code is not intended to be generally useful it could be put in a private repository (especially as all users now have an unlimited number of free private repos
If you do a web edit/pr, github will create a fork on your account for that PR... this happens to me if I do a quick readme submission (a few times a month) ... I go in every few months and constantly surprised the number of lingering forks I have. I really wish that if the fork was created to do a documentation edit in the web interface, when the PR is requested, if the only things in the fork are that edit, it would just vacuum it away for me.<p>Aside: I've also forked repos just to remember to look at them later. I really need to get in the habbit of curating my browser bookmarks better... I don't trust them though as the syncing has sometimes borked them.
I find it very hard to believe any recruiter/interviewer would be turned off that my top 6 repos featured a mix of popular and unpopular, personal and forked repos.<p>Limiting exposure of my open-source contributions to organizations adds not only another layer of search, but the opportunity for me to get passed up because my contributions to ___ weren’t immediately apparent.