/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

justanotherdot.com
| | thedarkside.frantzmiccoli.com
2.5 parsecs away

Travel
| | tl;dr git bisect can make you save eons when you are looking in your git history to find the exact revision that created a problem. This is a quick tutorial. A lot inspired from Automated git bisect will make your day - I am writing this article because it did make my day! The example project Let's do a bit of work together. mkdir demo-git-bisect cd demo-git-bisect git init echo 'Yeah,...
| | daily.dev
1.6 parsecs away

Travel
| | [AI summary] A tutorial explaining how to use Git bisect to efficiently identify the specific commit that introduced a bug in a codebase.
| | makandracards.com
1.6 parsecs away

Travel
| | So you're hunting down a regression (or just a bug) and want to use git bisect to find out when it was introduced? Smart kid. If you have a shell c...
| | vladimirzdrazil.com
25.7 parsecs away

Travel
| A collection of Git tips and tricks you might not know.