There is no such thing as committing early.
Comment on Google Launches Project IDX, A web-based IDE
sushibowl@feddit.nl 1 year agoWhat’s bad about committing early? Do people not know about --amend?
dmrzl@programming.dev 1 year ago
Comment on Google Launches Project IDX, A web-based IDE
sushibowl@feddit.nl 1 year agoWhat’s bad about committing early? Do people not know about --amend?
There is no such thing as committing early.
Spectacle8011@lemmy.comfysnug.space 1 year ago
It’s not so much committing early, but pushing early. You don’t want to be push early, then rebase your commits, and then force-push to a repository other developers are using too.
But as I’ve learned from all of the responses in this thread, there are many ways of avoiding this 🙂