Use "reword" for amending a commit message everywhere

We were inconsistent about "rename" vs "reword" for commits.  reword
is the term used in git itself (for example, in rebase).
This commit is contained in:
justinsb
2021-12-20 10:47:10 -05:00
committed by Jesse Duffield
parent fca2f90f57
commit 630de34bf2
3 changed files with 3 additions and 3 deletions

View File

@@ -121,7 +121,7 @@
<pre>
<kbd>s</kbd>: squash down
<kbd>r</kbd>: reword commit
<kbd>R</kbd>: rename commit with editor
<kbd>R</kbd>: reword commit with editor
<kbd>g</kbd>: reset to this commit
<kbd>f</kbd>: fixup commit
<kbd>F</kbd>: create fixup commit for this commit