Hacker News new | ask | show | jobs
by SargoDarya 4259 days ago
If you're working in a feature branch I don't think it would be that much of a problem to be honest. Just be sure to squash the commits before writing the pull request later on.
1 comments

What do you mean by squashing the commits? Why would it matter if you do a pull request after committing a lot?
You can squash or rebase history in Git, which basically means you compress all your changes into a single one. People use this to keep a clean history.