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 8df4bfc..afa82dd 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -836,7 +836,7 @@ thay way the are irreverable removed instead of a new commit being made: @example -git revert --hard COMMIT_ID +git reset --hard COMMIT_ID @end example But you should think of that as running |