Hacker News new | ask | show | jobs
by nsomaru 1828 days ago
Am I doing things wrong if I have never used these commands?
3 comments

Try not to think of it in terms of right and wrong. `git clean` is useful, though not "can't-live-without-it" useful. I couldn't imagine my workflow without `git reset`, though, and I recommend checking it out!
Probably not using git ideally. Do you clean your history after working on a feature?
No, IMHO you are doing things right. I virtually never use those commands, I've been using git for well over 10 years, and have totally got used to all it's quirks.