summaryrefslogtreecommitdiffstats
path: root/README.md
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 /README.md
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 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 45117e74c..ae17500fb 100644
--- a/README.md
+++ b/README.md
@@ -266,7 +266,7 @@ See the [docs](docs/Custom_Command_Keybindings.md)
- Easily check out recent branches
- Scroll through logs/diffs of branches/commits/stash
- Quick pushing/pulling
-- Squash down and rename commits
+- Squash down and reword commits
### Resolving merge conflicts