/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

vishaltelangre.com
| | martinheinz.dev
1.8 parsecs away

Travel
| | All of us - software engineers - use git every day, however most people only ever touch the most basic of commands, such as...
| | daily.dev
0.5 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.
| | adamj.eu
1.5 parsecs away

Travel
| | git bisect efficiently searches for a commit responsible for changing a given behaviour. git log lets you see when a given file or line changed, but that's often insufficient when the cause of some change is unclear. In such cases, git bisect shines, as it lets you check your running system.
| | rick.cogley.info
24.1 parsecs away

Travel
| It's possible to update a forked git repository using the Terminal or one of the many good GUIs for git, but did you know Github gives you a way to update a fork directly in its web interface?