Ask HN: How to organize Git repos?

4 points by nkkollaw ↗ HN
I have about 100 git repos in my GitHub account. It's become pretty hard to keep them organized, and separate the ones that I actually use.

I found a tool called Astral to organize repos you've starred, but nothing for your own repo.

How do people keep Git repos organized?

7 comments

[ 3.7 ms ] story [ 32.4 ms ] thread
Probably too crude a solution for you, but when I had that problem, I created a 2nd Github account (you can also use a Github organization), and made that account the owner of the 'archived' repos.
I mean--ingenious, but I was looking for something more advanced :-)
Can you describe what you envision?
Sure!

Pretty much the same as Astral, but for your own repos--not just starred ones.

In short, I'd like to login with my GitHub account, the thing fetches all my repos, and I can group them and tag them.

I might fork Astral as see if I can make it show my own repos inatead of starred ones...

So if I understand you correctly, you’re looking for a web app front end to organizing your github repos and ideally hosted on GitHub. Is that correct?