Hacker News new | ask | show | jobs
by okl 2696 days ago
How does it compare to tig?
2 comments

gitin is has a minimalist approach to interact with a git repository. gitin does not use full screen like tig, grv or lazygit. It allows you to explore your commits very quickly. Also, it works with sub commands such as log, status and branch.
While tig seems popular, I just find it non intuitive. All I want to do is find changed files and check diff for some of recent commits and I really wanted a simpler tool.