Refactor: reword English pages' links' descriptions.

This commit is contained in:
Marco Bonelli
2019-06-03 02:06:36 +02:00
committed by Marco Bonelli
parent 374622aa64
commit 66abb98ce9
273 changed files with 273 additions and 273 deletions

View File

@@ -2,7 +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>.
> More information: <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: