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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,9 @@ If you would instead like to start an interactive rebase from the selected commi
105
105
|`` y ``| Copy commit attribute to clipboard | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
106
106
|`` o ``| Open commit in browser ||
107
107
|`` n ``| Create new branch off of commit ||
108
+
| `` 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.
109
+
110
+
Note that this disregards the selection, the new branch is always created from the tip of the current branch. |
108
111
|`` g ``| Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
109
112
|`` 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. |
110
113
|`` <c-t> ``| Open external diff tool (git difftool) ||
@@ -157,6 +160,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.
164
+
165
+
Note that this disregards the selection, the new branch is always created from the tip of the current branch. |
160
166
|`` o ``| Create pull request ||
161
167
|`` O ``| View create pull request options ||
162
168
|`` <c-y> ``| Copy pull request URL to clipboard ||
@@ -253,6 +259,9 @@ If you would instead like to start an interactive rebase from the selected commi
253
259
|`` y ``| Copy commit attribute to clipboard | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
254
260
|`` o ``| Open commit in browser ||
255
261
|`` n ``| Create new branch off of commit ||
262
+
| `` 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.
263
+
264
+
Note that this disregards the selection, the new branch is always created from the tip of the current branch. |
256
265
|`` g ``| Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
257
266
|`` 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. |
@@ -322,6 +331,9 @@ If you would instead like to start an interactive rebase from the selected commi
322
331
|`` y ``| Copy commit attribute to clipboard | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
323
332
|`` o ``| Open commit in browser ||
324
333
|`` n ``| Create new branch off of commit ||
334
+
| `` 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.
335
+
336
+
Note that this disregards the selection, the new branch is always created from the tip of the current branch. |
325
337
|`` g ``| Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
326
338
|`` 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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
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 from the tip of the current branch. |
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 from the tip of the current branch. |
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) ||
@@ -228,6 +234,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.
238
+
239
+
Note that this disregards the selection, the new branch is always created from the tip of the current branch. |
231
240
|`` o ``| Pull Requestを作成 ||
232
241
|`` O ``| View create pull request options ||
233
242
|`` <c-y> ``| Pull RequestのURLをクリップボードにコピー ||
@@ -353,6 +362,9 @@ If you would instead like to start an interactive rebase from the selected commi
353
362
|`` y ``| コミットの情報をコピー | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
354
363
|`` o ``| ブラウザでコミットを開く ||
355
364
|`` n ``| コミットにブランチを作成 ||
365
+
| `` 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.
366
+
367
+
Note that this disregards the selection, the new branch is always created from the tip of the current branch. |
356
368
|`` g ``| Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
357
369
|`` 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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
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 from the tip of the current branch. |
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 from the tip of the current branch. |
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 from the tip of the current branch. |
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 from the tip of the current branch. |
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.
100
+
101
+
Note that this disregards the selection, the new branch is always created from the tip of the current branch. |
99
102
|`` o ``| Maak een pull-request ||
100
103
|`` O ``| Bekijk opties voor pull-aanvraag ||
101
104
|`` <c-y> ``| Kopieer de URL van het pull-verzoek naar het klembord ||
@@ -169,6 +172,9 @@ If you would instead like to start an interactive rebase from the selected commi
169
172
|`` y ``| Copy commit attribute to clipboard | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
170
173
|`` o ``| Open commit in browser ||
171
174
|`` n ``| Creëer nieuwe branch van commit ||
175
+
| `` 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.
176
+
177
+
Note that this disregards the selection, the new branch is always created from the tip of the current branch. |
172
178
|`` g ``| Bekijk reset opties | View reset options (soft/mixed/hard) for resetting onto selected item. |
173
179
|`` 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. |
174
180
|`` <c-t> ``| Open external diff tool (git difftool) ||
@@ -231,6 +237,9 @@ If you would instead like to start an interactive rebase from the selected commi
231
237
|`` y ``| Copy commit attribute to clipboard | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
232
238
|`` o ``| Open commit in browser ||
233
239
|`` n ``| Creëer nieuwe branch van commit ||
240
+
| `` 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.
241
+
242
+
Note that this disregards the selection, the new branch is always created from the tip of the current branch. |
234
243
|`` g ``| Bekijk reset opties | View reset options (soft/mixed/hard) for resetting onto selected item. |
235
244
|`` 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. |
@@ -322,6 +331,9 @@ If you would instead like to start an interactive rebase from the selected commi
322
331
|`` y ``| Copy commit attribute to clipboard | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
323
332
|`` o ``| Open commit in browser ||
324
333
|`` n ``| Creëer nieuwe branch van commit ||
334
+
| `` 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.
335
+
336
+
Note that this disregards the selection, the new branch is always created from the tip of the current branch. |
325
337
|`` g ``| Bekijk reset opties | View reset options (soft/mixed/hard) for resetting onto selected item. |
326
338
|`` 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. |
Copy file name to clipboardExpand all lines: docs/keybindings/Keybindings_pl.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,9 @@ Jeśli chcesz zamiast tego rozpocząć interaktywny rebase od wybranego commita,
82
82
|`` y ``| Kopiuj atrybut commita do schowka | Kopiuj atrybut commita do schowka (np. hash, URL, różnice, wiadomość, autor). |
83
83
|`` o ``| Otwórz commit w przeglądarce ||
84
84
|`` n ``| Utwórz nową gałąź z commita ||
85
+
| `` 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.
86
+
87
+
Note that this disregards the selection, the new branch is always created from the tip of the current branch. |
85
88
|`` g ``| Reset | Wyświetl opcje resetu (miękki/mieszany/twardy) do wybranego elementu. |
86
89
|`` C ``| Kopiuj (cherry-pick) | Oznacz commit jako skopiowany. Następnie, w widoku lokalnych commitów, możesz nacisnąć `V`, aby wkleić (cherry-pick) skopiowane commity do sprawdzonej gałęzi. W dowolnym momencie możesz nacisnąć `<esc>`, aby anulować zaznaczenie. |
@@ -122,6 +125,9 @@ Jeśli chcesz zamiast tego rozpocząć interaktywny rebase od wybranego commita,
122
125
|`` i ``| Pokaż opcje git-flow ||
123
126
|`` <space> ``| Przełącz | Przełącz wybrany element. |
124
127
|`` n ``| Nowa gałąź ||
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 from the tip of the current branch. |
@@ -263,6 +269,9 @@ Jeśli chcesz zamiast tego rozpocząć interaktywny rebase od wybranego commita,
263
269
|`` y ``| Kopiuj atrybut commita do schowka | Kopiuj atrybut commita do schowka (np. hash, URL, różnice, wiadomość, autor). |
264
270
|`` o ``| Otwórz commit w przeglądarce ||
265
271
|`` n ``| Utwórz nową gałąź z commita ||
272
+
| `` 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.
273
+
274
+
Note that this disregards the selection, the new branch is always created from the tip of the current branch. |
266
275
|`` g ``| Reset | Wyświetl opcje resetu (miękki/mieszany/twardy) do wybranego elementu. |
267
276
|`` C ``| Kopiuj (cherry-pick) | Oznacz commit jako skopiowany. Następnie, w widoku lokalnych commitów, możesz nacisnąć `V`, aby wkleić (cherry-pick) skopiowane commity do sprawdzonej gałęzi. W dowolnym momencie możesz nacisnąć `<esc>`, aby anulować zaznaczenie. |
@@ -303,6 +312,9 @@ Jeśli chcesz zamiast tego rozpocząć interaktywny rebase od wybranego commita,
303
312
|`` y ``| Kopiuj atrybut commita do schowka | Kopiuj atrybut commita do schowka (np. hash, URL, różnice, wiadomość, autor). |
304
313
|`` o ``| Otwórz commit w przeglądarce ||
305
314
|`` n ``| Utwórz nową gałąź z commita ||
315
+
| `` 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.
316
+
317
+
Note that this disregards the selection, the new branch is always created from the tip of the current branch. |
306
318
|`` g ``| Reset | Wyświetl opcje resetu (miękki/mieszany/twardy) do wybranego elementu. |
307
319
|`` C ``| Kopiuj (cherry-pick) | Oznacz commit jako skopiowany. Następnie, w widoku lokalnych commitów, możesz nacisnąć `V`, aby wkleić (cherry-pick) skopiowane commity do sprawdzonej gałęzi. W dowolnym momencie możesz nacisnąć `<esc>`, aby anulować zaznaczenie. |
0 commit comments