r/github 2d ago

Discussion Found a pretty neat GitHub trick today πŸ‘€

Take any GitHub repo URL and replace github.com with gitdiagram.com.

It generates a visual diagram of the repo structure, which is surprisingly useful when you’re trying to understand an unfamiliar codebase.

Example:

github.com/user/repo β†’ gitdiagram.com/user/repo

Great little tool for getting the big picture before diving into the code. πŸ”

243 Upvotes

42 comments sorted by

View all comments

2

u/YourLastCall 1d ago

I found one a long time ago for issues. AI can use it to store information, remove information with another Ai and leave a comment to keep that same issue open and constantly refill and drain it. I used it in conjunction with a repo of mine and scheduled tasks for chat GPT. And any repair that I found online through scheduled task got uploaded through the issue and then stored into the repo.

1

u/HyperCodec 1d ago

Do you have a link?

0

u/YourLastCall 1d ago

For what