multiple pages: add homepages (#2660)

This commit is contained in:
Starbeamrainbowlabs
2019-01-30 11:19:23 +00:00
committed by GitHub
parent 1064ba26db
commit a19866e88a
62 changed files with 62 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
> Use binary search to find the commit that introduced a bug.
> Git automatically jumps back and forth in the commit graph to progressively narrow down the faulty commit.
> Homepage: <https://git-scm.com/docs/git-bisect>.
- Start a bisect session on a commit range bounded by a known buggy commit, and a known clean (typically older) one: