(no title)
jiehong | 26 days ago
I personally can't stand my git commit command to be slow or to fail.
[0]: such as https://github.com/watchexec/watchexec
jiehong | 26 days ago
I personally can't stand my git commit command to be slow or to fail.
[0]: such as https://github.com/watchexec/watchexec
chrisweekly|26 days ago
nickjj|25 days ago
I feel the same way but you can have hooks run on pre-push instead of pre-commit. This way you can freely make your commits in peace and then do your cleanup once afterwards, at push time.
jiehong|26 days ago
That’s reversing the flow of control, but might be workable!
wrs|26 days ago
darkwater|25 days ago
But that's the whole point of locally checking the code, no? Would you prefer to commit broken things, fix them and then rebase and squash each time?
unknown|26 days ago
[deleted]