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
+12
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,9 @@ If you would instead like to start an interactive rebase from the selected commi
108
108
|`` y ``| Copy commit attribute to clipboard | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
109
109
|`` o ``| Open commit in browser ||
110
110
|`` n ``| Create new branch off of commit ||
111
+
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
112
+
113
+
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
111
114
|`` g ``| Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
112
115
|`` C ``| Copy (cherry-pick) | Mark commit as copied. Then, within the local commits view, you can press `V` to paste (cherry-pick) the copied commit(s) into your checked out branch. At any time you can press `<esc>` to cancel the selection. |
113
116
|`` <c-t> ``| Open external diff tool (git difftool) ||
@@ -162,6 +165,9 @@ If you would instead like to start an interactive rebase from the selected commi
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
169
+
170
+
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
165
171
|`` o ``| Create pull request ||
166
172
|`` O ``| View create pull request options ||
167
173
|`` <c-y> ``| Copy pull request URL to clipboard ||
@@ -258,6 +264,9 @@ If you would instead like to start an interactive rebase from the selected commi
258
264
|`` y ``| Copy commit attribute to clipboard | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
259
265
|`` o ``| Open commit in browser ||
260
266
|`` n ``| Create new branch off of commit ||
267
+
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
268
+
269
+
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
261
270
|`` g ``| Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
262
271
|`` C ``| Copy (cherry-pick) | Mark commit as copied. Then, within the local commits view, you can press `V` to paste (cherry-pick) the copied commit(s) into your checked out branch. At any time you can press `<esc>` to cancel the selection. |
@@ -327,6 +336,9 @@ If you would instead like to start an interactive rebase from the selected commi
327
336
|`` y ``| Copy commit attribute to clipboard | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
328
337
|`` o ``| Open commit in browser ||
329
338
|`` n ``| Create new branch off of commit ||
339
+
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
340
+
341
+
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
330
342
|`` g ``| Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
331
343
|`` C ``| Copy (cherry-pick) | Mark commit as copied. Then, within the local commits view, you can press `V` to paste (cherry-pick) the copied commit(s) into your checked out branch. At any time you can press `<esc>` to cancel the selection. |
Copy file name to clipboardExpand all lines: docs/keybindings/Keybindings_ja.md
+12
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,9 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
73
73
|`` y ``| コミットの情報をコピー | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
74
74
|`` o ``| ブラウザでコミットを開く ||
75
75
|`` n ``| コミットにブランチを作成 ||
76
+
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
77
+
78
+
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
76
79
|`` g ``| Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
77
80
|`` C ``| コミットをコピー (cherry-pick) | Mark commit as copied. Then, within the local commits view, you can press `V` to paste (cherry-pick) the copied commit(s) into your checked out branch. At any time you can press `<esc>` to cancel the selection. |
@@ -122,6 +125,9 @@ If you would instead like to start an interactive rebase from the selected commi
122
125
|`` y ``| コミットの情報をコピー | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
123
126
|`` o ``| ブラウザでコミットを開く ||
124
127
|`` n ``| コミットにブランチを作成 ||
128
+
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
129
+
130
+
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
125
131
|`` g ``| Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
126
132
|`` C ``| コミットをコピー (cherry-pick) | Mark commit as copied. Then, within the local commits view, you can press `V` to paste (cherry-pick) the copied commit(s) into your checked out branch. At any time you can press `<esc>` to cancel the selection. |
127
133
|`` <c-t> ``| Open external diff tool (git difftool) ||
@@ -234,6 +240,9 @@ If you would instead like to start an interactive rebase from the selected commi
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
244
+
245
+
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
237
246
|`` o ``| Pull Requestを作成 ||
238
247
|`` O ``| View create pull request options ||
239
248
|`` <c-y> ``| Pull RequestのURLをクリップボードにコピー ||
@@ -359,6 +368,9 @@ If you would instead like to start an interactive rebase from the selected commi
359
368
|`` y ``| コミットの情報をコピー | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
360
369
|`` o ``| ブラウザでコミットを開く ||
361
370
|`` n ``| コミットにブランチを作成 ||
371
+
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
372
+
373
+
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
362
374
|`` g ``| Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
363
375
|`` C ``| コミットをコピー (cherry-pick) | Mark commit as copied. Then, within the local commits view, you can press `V` to paste (cherry-pick) the copied commit(s) into your checked out branch. At any time you can press `<esc>` to cancel the selection. |
Copy file name to clipboardExpand all lines: docs/keybindings/Keybindings_ko.md
+12
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,9 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
60
60
|`` y ``| 커밋 attribute 복사 | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
61
61
|`` o ``| 브라우저에서 커밋 열기 ||
62
62
|`` n ``| 커밋에서 새 브랜치를 만듭니다. ||
63
+
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
64
+
65
+
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
63
66
|`` g ``| View reset options | View reset options (soft/mixed/hard) for resetting onto selected item. |
64
67
|`` C ``| 커밋을 복사 (cherry-pick) | Mark commit as copied. Then, within the local commits view, you can press `V` to paste (cherry-pick) the copied commit(s) into your checked out branch. At any time you can press `<esc>` to cancel the selection. |
@@ -90,6 +93,9 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
90
93
|`` y ``| 커밋 attribute 복사 | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
91
94
|`` o ``| 브라우저에서 커밋 열기 ||
92
95
|`` n ``| 커밋에서 새 브랜치를 만듭니다. ||
96
+
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
97
+
98
+
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
93
99
|`` g ``| View reset options | View reset options (soft/mixed/hard) for resetting onto selected item. |
94
100
|`` C ``| 커밋을 복사 (cherry-pick) | Mark commit as copied. Then, within the local commits view, you can press `V` to paste (cherry-pick) the copied commit(s) into your checked out branch. At any time you can press `<esc>` to cancel the selection. |
@@ -184,6 +190,9 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
184
190
|`` i ``| Git-flow 옵션 보기 ||
185
191
|`` <space> ``| 체크아웃 | Checkout selected item. |
186
192
|`` n ``| 새 브랜치 생성 ||
193
+
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
194
+
195
+
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
187
196
|`` o ``| 풀 리퀘스트 생성 ||
188
197
|`` O ``| 풀 리퀘스트 생성 옵션 ||
189
198
|`` <c-y> ``| 풀 리퀘스트 URL을 클립보드에 복사 ||
@@ -287,6 +296,9 @@ If you would instead like to start an interactive rebase from the selected commi
287
296
|`` y ``| 커밋 attribute 복사 | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
288
297
|`` o ``| 브라우저에서 커밋 열기 ||
289
298
|`` n ``| 커밋에서 새 브랜치를 만듭니다. ||
299
+
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
300
+
301
+
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
290
302
|`` g ``| View reset options | View reset options (soft/mixed/hard) for resetting onto selected item. |
291
303
|`` C ``| 커밋을 복사 (cherry-pick) | Mark commit as copied. Then, within the local commits view, you can press `V` to paste (cherry-pick) the copied commit(s) into your checked out branch. At any time you can press `<esc>` to cancel the selection. |
292
304
|`` <c-t> ``| Open external diff tool (git difftool) ||
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
102
+
103
+
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
101
104
|`` o ``| Maak een pull-request ||
102
105
|`` O ``| Bekijk opties voor pull-aanvraag ||
103
106
|`` <c-y> ``| Kopieer de URL van het pull-verzoek naar het klembord ||
@@ -174,6 +177,9 @@ If you would instead like to start an interactive rebase from the selected commi
174
177
|`` y ``| Copy commit attribute to clipboard | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
175
178
|`` o ``| Open commit in browser ||
176
179
|`` n ``| Creëer nieuwe branch van commit ||
180
+
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
181
+
182
+
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
177
183
|`` g ``| Bekijk reset opties | View reset options (soft/mixed/hard) for resetting onto selected item. |
178
184
|`` C ``| Kopieer commit (cherry-pick) | Mark commit as copied. Then, within the local commits view, you can press `V` to paste (cherry-pick) the copied commit(s) into your checked out branch. At any time you can press `<esc>` to cancel the selection. |
179
185
|`` <c-t> ``| Open external diff tool (git difftool) ||
@@ -236,6 +242,9 @@ If you would instead like to start an interactive rebase from the selected commi
236
242
|`` y ``| Copy commit attribute to clipboard | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
237
243
|`` o ``| Open commit in browser ||
238
244
|`` n ``| Creëer nieuwe branch van commit ||
245
+
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
246
+
247
+
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
239
248
|`` g ``| Bekijk reset opties | View reset options (soft/mixed/hard) for resetting onto selected item. |
240
249
|`` C ``| Kopieer commit (cherry-pick) | Mark commit as copied. Then, within the local commits view, you can press `V` to paste (cherry-pick) the copied commit(s) into your checked out branch. At any time you can press `<esc>` to cancel the selection. |
@@ -327,6 +336,9 @@ If you would instead like to start an interactive rebase from the selected commi
327
336
|`` y ``| Copy commit attribute to clipboard | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
328
337
|`` o ``| Open commit in browser ||
329
338
|`` n ``| Creëer nieuwe branch van commit ||
339
+
| `` N `` | Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.
340
+
341
+
Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
330
342
|`` g ``| Bekijk reset opties | View reset options (soft/mixed/hard) for resetting onto selected item. |
331
343
|`` C ``| Kopieer commit (cherry-pick) | Mark commit as copied. Then, within the local commits view, you can press `V` to paste (cherry-pick) the copied commit(s) into your checked out branch. At any time you can press `<esc>` to cancel the selection. |
0 commit comments