Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 88 words in the discussion.

Trending Topics

#git#past#years#ingit#disgruntled#user#ungit#considered#rewriting#myself

Discussion (3 Comments)Read Original on HackerNews

Capajabout 4 hours ago
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

nittanymountabout 4 hours ago
what is a good use case for this tool?
Capajabout 4 hours ago
I use it as my daily driver for any git operations, but most people prefer command line. So for a typical person it is useful early in their developer career as a helper when learning git.