Hacker News new | ask | show | jobs
by Certhas 3588 days ago
I disagree, the basics are confusing, because there is too much state. I think gitless (http://gitless.com/#vs) shows how a less confusing version looks.
2 comments

Reminds me of hg patch queues, which I've always found to be drastically more error prone than git's staging feature when trying to commit some but not all of the changes you've made, but I haven't tried gitless and it may do it better.
State in the form of staged changes is a huge convenience to me (e.g. with git add -p), but to each their own.