diff options
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 2f37d88..8744650 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -1168,8 +1168,8 @@ git reset --hard HEAD~N Where @code{N} is the number of revisions before the checked out, you want to jump to. You can also use @command{git bisect skip} -to Git which revision that cannot be tested -so they are excluded from the bisection +to tell Git which revision that cannot be +tested so they are excluded from the bisection process. Instead of manually telling Git if a commit |