diff options
-rw-r--r-- | using-git.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 61627ab..d7578de 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -954,7 +954,7 @@ git revert THE_COMMIT_ID_OF_THE_COMMIT_AFTER_THAT_COMMIT..HEAD If you have not push the commits you want to revert you can do a reset instead, -thay way the are irreverable removed +this way they are irreverable removed instead of a new commit being made: @example |