Show HN: I made a free Git repository viewer

graph.gat.sh

1 points by rafmardev 5 hours ago

Sometimes, I used to have the need to check the evolution of a repo to see the changes that have been made in an open-source project. I had to clone the repo and see it locally just check if a feature was implemented in a new version or see the bugs solved.

So I built this website to ease this need. Now I can introduce a repo URL, and see right away all the commit, search for specific commit and see the changes of it, all saved in the local storage of your browser to enhance privacy.

Any comment or improvements are welcome.