diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-09-19 18:09:03 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-09-19 18:09:03 +0200 |
commit | d5c4ffba19b1127527a92eed2164485c15dd3585 (patch) | |
tree | a94ade1f29c853ea92afa0b9c14a748c70eb26e2 /using-git.texinfo | |
parent | m (diff) | |
download | using-git-d5c4ffba19b1127527a92eed2164485c15dd3585.tar.gz using-git-d5c4ffba19b1127527a92eed2164485c15dd3585.tar.bz2 using-git-d5c4ffba19b1127527a92eed2164485c15dd3585.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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 |