Live data from Hacker News

Ingit – Git GUI that runs in the browsers

github.com

1–6 of 6 posts

Re: Ingit – Git GUI that runs in the browsers

#2
I was a disgruntled user of ungit for the past 10 years. Even considered rewriting it myself manually like 5 years ago. Well not anymore.

In the past few weeks I built a fast, animated git GUI from scratch

ingit makes branch switching, merge previews, rebases, cherry-picks, and reflog recovery feel instant. I would highly recommend especially if you're new to git.

Try with npm i @ingit/cli

Re: Ingit – Git GUI that runs in the browsers

#6
post #5

what is a good use case for this tool?

Seems like it would be super useful for folks new to development and version control to have a visual representation of what's happening with your commits

yes that is exactly the main usecase for this