logoalt Hacker News

maerF0x0today at 3:25 PM0 repliesview on HN

> Stuff happens in the wrong order.

Seems like there are lots of answers: pre-commits, rebase squashes, merge squash...

    git commit --no-verify
    git commit --amend --no-edit

Feedback + commit is a loop. I often reply to comments w/ the commit sha that resolves it.