summaryrefslogtreecommitdiffstats
path: root/docs/keybindings/Keybindings_zh-TW.md
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2024-03-22 08:32:16 +0100
committerGitHub <noreply@github.com>2024-03-22 08:32:16 +0100
commit28dd7f946752d31487b207ab05338dbf4898042f (patch)
treeb94262cc4b79863afb9340b9379ba39371897bfa /docs/keybindings/Keybindings_zh-TW.md
parente23337f8f51532dc4447fc7aaa874dec65130d7a (diff)
parent150cc706981ec6a6e1e4f79f1fbf09cb7af224fd (diff)
Make it easy to create "amend!" commits (#3409)
- **PR Description** To support this, we turn the confirmation prompt of the "Create fixup commit" command into a menu; creating a fixup commit is the first entry, so that "shift-F, enter" behaves the same as before. But there are additional entries for creating "amend!" commits, either with or without file changes. These make it easy to reword commit messages of existing commits.
Diffstat (limited to 'docs/keybindings/Keybindings_zh-TW.md')
-rw-r--r--docs/keybindings/Keybindings_zh-TW.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/keybindings/Keybindings_zh-TW.md b/docs/keybindings/Keybindings_zh-TW.md
index 118ebec7e..2cb92f88e 100644
--- a/docs/keybindings/Keybindings_zh-TW.md
+++ b/docs/keybindings/Keybindings_zh-TW.md
@@ -174,7 +174,7 @@ _說明:`<c-b>` 表示 Ctrl+B、`<a-b>` 表示 Alt+B,`B`表示 Shift+B
| `` i `` | Start interactive rebase | Start an interactive rebase for the commits on your branch. This will include all commits from the HEAD commit down to the first merge commit or main branch commit.
If you would instead like to start an interactive rebase from the selected commit, press `e`. |
| `` p `` | Pick | 挑選提交 (於變基過程中) |
-| `` F `` | Create fixup commit | 為此提交建立修復提交 |
+| `` F `` | 建立修復提交 | 為此提交建立修復提交 |
| `` S `` | 壓縮上方所有「fixup」提交(自動壓縮) | 是否壓縮上方 {{.commit}} 所有「fixup」提交? |
| `` <c-j> `` | 向下移動提交 | |
| `` <c-k> `` | 向上移動提交 | |