Hacker News new | ask | show | jobs
by tome 2715 days ago
I'm very experienced with git, approaching expert level, and I don't use the staging area. I use

    git commit --verbose --patch
and bypass the staging area entirely. I don't find it helpful.