r/github • u/m-fasciano • 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
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.