diff options
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 810d1f9..0cbf2b5 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -1092,7 +1092,7 @@ If you have not yet pushed your latest commit you can amend it. If you have pushed it, you cannot amend it cause the commit ID changes because it is -SHA-1 hashsum of all imformation. +SHA-1 hashsum of all information. To amend your commit run @command{git commit --amend}. |