Y
Hacker News
new
|
ask
|
show
|
jobs
by
lang4d
586 days ago
`git bisect run ...` Has been really nice for me when trying to find which which commit broke long running commands. It'll run atomically using the return code for good/bad determination.
1 comments
eddd-ddde
586 days ago
It's all good and fun until your build command takes 30 minutes to run and you still need manual testing :(
link