summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorjustinsb <justinsb@google.com>2021-12-20 10:47:10 -0500
committerJesse Duffield <jessedduffield@gmail.com>2021-12-25 22:34:41 +1100
commit630de34bf21658b9447af39bc9c6d752b2b1e921 (patch)
treeb2d272d8f29556ca0285b468317d893f5e835e9b /docs
parentfca2f90f57afc729c6a2e7328dff44796f20c96e (diff)
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).
Diffstat (limited to 'docs')
-rw-r--r--docs/keybindings/Keybindings_en.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/keybindings/Keybindings_en.md b/docs/keybindings/Keybindings_en.md
index a86a29c2d..304111d5d 100644
--- a/docs/keybindings/Keybindings_en.md
+++ b/docs/keybindings/Keybindings_en.md
@@ -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