Git Bisect: travel through time and bugs
No matter how thorough your test coverage is, you can’t test everything. So when you introduce a bug in your application, knowing how to use git bisect will help you zero in on your regression’s origin.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
No matter how thorough your test coverage is, you can’t test everything. So when you introduce a bug in your application, knowing how to use git bisect will help you zero in on your regression’s origin.
Post a comment