/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

brandonrozek.com
| | paperless.blog
21.3 parsecs away

Travel
| | git bisect run lets us find the breaking commit in O(log(N)) time for N commits, by doing a binary search through commits to determine the one which broke things. It is extremely useful, but the thing which often takes a long time is figuring out which command to use to reliably determine whether a commit is good or bad. This article explains some techniques to help with this task.
| | felipec.wordpress.com
18.4 parsecs away

Travel
| | Probably one of most powerful and under-utilized concepts of git is the upstream tracking branch, and to be honest it probably was too difficult to use properly in the past, but not so much any more. Here I'll try to explain what it is, and how you can take the most advantage out of it....
| | www.epicweb.dev
15.1 parsecs away

Travel
| | Learn about the two underlying commands of Git Pull, Git Fetch and Git Merge, and how they are used to update your local and remote branches.
| | lirantal.com
28.1 parsecs away

Travel
| Getting started with MEAN.io JavaScript & Node.js framework by keeping up with the git branch of development