You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/keybindings/Keybindings_en.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
89
89
|`` b ``| View bisect options ||
90
90
|`` s ``| Squash | Squash the selected commit into the commit below it. The selected commit's message will be appended to the commit below it. |
91
91
|`` f ``| Fixup | Meld the selected commit into the commit below it. Similar to squash, but the selected commit's message will be discarded. |
92
+
|`` c ``| Set fixup message | Set the message option for the fixup commit. The -C option means to use this commit's message instead of the target commit's message. |
92
93
|`` r ``| Reword | Reword the selected commit's message. |
93
94
|`` R ``| Reword with editor ||
94
95
|`` d ``| Drop | Drop the selected commit. This will remove the commit from the branch via a rebase. If the commit makes changes that later commits depend on, you may need to resolve merge conflicts. |
|`` s ``| スカッシュ | 選択したコミットをその下のコミットにスカッシュします。スカッシュとは複数のコミットを1つにまとめる操作です。選択したコミットのメッセージが下のコミットに追加されます。 |
71
71
|`` f ``| フィックスアップ | 選択したコミットをその下のコミットにマージします。フィックスアップはスカッシュと似ていますが、選択したコミットのメッセージは破棄され、下のコミットのメッセージのみが保持されます。 |
72
+
|`` c ``| Set fixup message | Set the message option for the fixup commit. The -C option means to use this commit's message instead of the target commit's message. |
72
73
|`` r ``| メッセージ変更 | 選択したコミットのメッセージを変更します。 |
73
74
|`` R ``| エディタでメッセージ変更 ||
74
75
|`` d ``| 削除 | 選択したコミットを削除します。これはリベースを通じてブランチからコミットを削除します。コミットが後続のコミットが依存する変更を行っている場合、マージコンフリクトを解決する必要があるかもしれません。 |
|`` ` ``| ファイルツリービューを切り替え |Toggle file view between flat and tree layout. Flat layout shows all file paths in a single list, tree layout groups files by directory.<br><br>The default can be changed in the config file with the key 'gui.showFileTree'.|
|`` D ``| リセット | 作業ツリーのリセットオプション(例:作業ツリーの完全破棄)を表示します。 |
237
-
|`` ` ``| ファイルツリービューを切り替え |Toggle file view between flat and tree layout. Flat layout shows all file paths in a single list, tree layout groups files by directory.<br><br>The default can be changed in the config file with the key 'gui.showFileTree'.|
Copy file name to clipboardExpand all lines: docs/keybindings/Keybindings_ko.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -298,6 +298,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
298
298
|`` b ``| Bisect 옵션 보기 ||
299
299
|`` s ``| 스쿼시 | Squash the selected commit into the commit below it. The selected commit's message will be appended to the commit below it. |
300
300
|`` f ``| Fixup | Meld the selected commit into the commit below it. Similar to squash, but the selected commit's message will be discarded. |
301
+
|`` c ``| Set fixup message | Set the message option for the fixup commit. The -C option means to use this commit's message instead of the target commit's message. |
301
302
|`` r ``| 커밋메시지 변경 | Reword the selected commit's message. |
302
303
|`` R ``| 에디터에서 커밋메시지 수정 ||
303
304
|`` d ``| 커밋 삭제 | Drop the selected commit. This will remove the commit from the branch via a rebase. If the commit makes changes that later commits depend on, you may need to resolve merge conflicts. |
Copy file name to clipboardExpand all lines: docs/keybindings/Keybindings_nl.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
160
160
|`` b ``| View bisect options ||
161
161
|`` s ``| Squash | Squash the selected commit into the commit below it. The selected commit's message will be appended to the commit below it. |
162
162
|`` f ``| Fixup | Meld the selected commit into the commit below it. Similar to squash, but the selected commit's message will be discarded. |
163
+
|`` c ``| Set fixup message | Set the message option for the fixup commit. The -C option means to use this commit's message instead of the target commit's message. |
163
164
|`` r ``| Hernoem commit | Reword the selected commit's message. |
164
165
|`` R ``| Hernoem commit met editor ||
165
166
|`` d ``| Verwijder commit | Drop the selected commit. This will remove the commit from the branch via a rebase. If the commit makes changes that later commits depend on, you may need to resolve merge conflicts. |
Copy file name to clipboardExpand all lines: docs/keybindings/Keybindings_pl.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ _Legenda: `<c-b>` oznacza ctrl+b, `<a-b>` oznacza alt+b, `B` oznacza shift+b_
62
62
|`` b ``| Zobacz opcje bisect ||
63
63
|`` s ``| Scal | Scal wybrany commit z commitami poniżej. Wiadomość wybranego commita zostanie dołączona do commita poniżej. |
64
64
|`` f ``| Poprawka | Włącz wybrany commit do commita poniżej. Podobnie do fixup, ale wiadomość wybranego commita zostanie odrzucona. |
65
+
|`` c ``| Set fixup message | Set the message option for the fixup commit. The -C option means to use this commit's message instead of the target commit's message. |
65
66
|`` r ``| Przeformułuj | Przeformułuj wiadomość wybranego commita. |
66
67
|`` R ``| Przeformułuj za pomocą edytora ||
67
68
|`` d ``| Usuń | Usuń wybrany commit. To usunie commit z gałęzi za pomocą rebazowania. Jeśli commit wprowadza zmiany, od których zależą późniejsze commity, być może będziesz musiał rozwiązać konflikty scalania. |
Copy file name to clipboardExpand all lines: docs/keybindings/Keybindings_pt.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
164
164
|`` b ``| View bisect options ||
165
165
|`` s ``| Squash | Squash o commit selecionado no commit abaixo dele. A mensagem do commit selecionado será anexada ao commit abaixo dele. |
166
166
|`` f ``| Fixup | Faça o commit selecionado no commit abaixo dele. Semelhante para o squash, mas a mensagem do commit selecionado será descartada. |
167
+
|`` c ``| Set fixup message | Set the message option for the fixup commit. The -C option means to use this commit's message instead of the target commit's message. |
167
168
|`` r ``| Reword | Repetir a mensagem de submissão selecionada. |
168
169
|`` R ``| Republicar com o editor ||
169
170
|`` d ``| Descartar | Solte o commit selecionado. Isso irá remover o commit do branch através de uma rebase. Se o commit faz com que as alterações em commits posteriores dependem, você pode precisar resolver conflitos de merge. |
Copy file name to clipboardExpand all lines: docs/keybindings/Keybindings_ru.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,6 +170,7 @@ _Связки клавиш_
170
170
|`` b ``| Просмотреть параметры бинарного поиска ||
171
171
|`` s ``| Объединить коммиты (Squash) | Squash the selected commit into the commit below it. The selected commit's message will be appended to the commit below it. |
172
172
|`` f ``| Объединить несколько коммитов в один отбросив сообщение коммита (Fixup) | Meld the selected commit into the commit below it. Similar to squash, but the selected commit's message will be discarded. |
173
+
|`` c ``| Set fixup message | Set the message option for the fixup commit. The -C option means to use this commit's message instead of the target commit's message. |
173
174
|`` r ``| Перефразировать коммит | Reword the selected commit's message. |
174
175
|`` R ``| Переписать коммит с помощью редактора ||
175
176
|`` d ``| Удалить коммит | Drop the selected commit. This will remove the commit from the branch via a rebase. If the commit makes changes that later commits depend on, you may need to resolve merge conflicts. |
|`` s ``| 压缩(Squash) | 将已选提交压缩到该提交之下。这些选定的提交的消息会附加到该提交的消息之下。 |
128
128
|`` f ``| 修正 (fixup) | 将选定的提交合并到其下面的提交中。与压缩类似,但所选提交的消息将被丢弃。 |
129
+
|`` c ``| Set fixup message | Set the message option for the fixup commit. The -C option means to use this commit's message instead of the target commit's message. |
129
130
|`` r ``| 改写提交 | 重写所选提交的消息。 |
130
131
|`` R ``| 使用编辑器重命名提交 ||
131
132
|`` d ``| 删除提交 | 删除选中的提交。这将通过变基从分支中删除该提交,如果该提交修改的内容依赖于后续的提交,则需要解决合并冲突。 |
|`` s ``| 壓縮 (Squash) | Squash the selected commit into the commit below it. The selected commit's message will be appended to the commit below it. |
186
186
|`` f ``| 修復 (Fixup) | Meld the selected commit into the commit below it. Similar to squash, but the selected commit's message will be discarded. |
187
+
|`` c ``| Set fixup message | Set the message option for the fixup commit. The -C option means to use this commit's message instead of the target commit's message. |
187
188
|`` r ``| 改寫提交 | 改寫選中的提交訊息 |
188
189
|`` R ``| 使用編輯器改寫提交 ||
189
190
|`` d ``| 刪除提交 | Drop the selected commit. This will remove the commit from the branch via a rebase. If the commit makes changes that later commits depend on, you may need to resolve merge conflicts. |
0 commit comments