diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-08-22 10:21:53 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-08-22 10:21:53 +0200 |
commit | 53d5fea346d1eb3a38d511ff982177637ae06530 (patch) | |
tree | f14b393d1c7db711f12310f499490971bea05db0 /using-git.texinfo | |
parent | naïve resets (diff) | |
download | using-git-53d5fea346d1eb3a38d511ff982177637ae06530.tar.gz using-git-53d5fea346d1eb3a38d511ff982177637ae06530.tar.bz2 using-git-53d5fea346d1eb3a38d511ff982177637ae06530.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'using-git.texinfo')
-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 |