Skip to content

Commit 191844c

Browse files
committed
Update config docs and schema
1 parent 138096c commit 191844c

11 files changed

+113
-0
lines changed

Diff for: docs/Config.md

+1
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,7 @@ keybinding:
582582
rebaseBranch: r
583583
renameBranch: R
584584
mergeIntoCurrentBranch: M
585+
moveCommitsToNewBranch: "N"
585586
viewGitFlowOptions: i
586587
fastForward: f
587588
createTag: T

Diff for: docs/keybindings/Keybindings_en.md

+12
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ If you would instead like to start an interactive rebase from the selected commi
108108
| `` y `` | Copy commit attribute to clipboard | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
109109
| `` o `` | Open commit in browser | |
110110
| `` 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). |
111114
| `` g `` | Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
112115
| `` 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. |
113116
| `` <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
162165
| `` i `` | Show git-flow options | |
163166
| `` <space> `` | Checkout | Checkout selected item. |
164167
| `` n `` | New branch | |
168+
| `` 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). |
165171
| `` o `` | Create pull request | |
166172
| `` O `` | View create pull request options | |
167173
| `` <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
258264
| `` y `` | Copy commit attribute to clipboard | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
259265
| `` o `` | Open commit in browser | |
260266
| `` 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). |
261270
| `` g `` | Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
262271
| `` 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. |
263272
| `` <c-r> `` | Reset copied (cherry-picked) commits selection | |
@@ -327,6 +336,9 @@ If you would instead like to start an interactive rebase from the selected commi
327336
| `` y `` | Copy commit attribute to clipboard | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
328337
| `` o `` | Open commit in browser | |
329338
| `` 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). |
330342
| `` g `` | Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
331343
| `` 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. |
332344
| `` <c-r> `` | Reset copied (cherry-picked) commits selection | |

Diff for: docs/keybindings/Keybindings_ja.md

+12
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
7373
| `` y `` | コミットの情報をコピー | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
7474
| `` o `` | ブラウザでコミットを開く | |
7575
| `` 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). |
7679
| `` g `` | Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
7780
| `` 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. |
7881
| `` <c-r> `` | Reset copied (cherry-picked) commits selection | |
@@ -122,6 +125,9 @@ If you would instead like to start an interactive rebase from the selected commi
122125
| `` y `` | コミットの情報をコピー | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
123126
| `` o `` | ブラウザでコミットを開く | |
124127
| `` 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). |
125131
| `` g `` | Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
126132
| `` 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. |
127133
| `` <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
234240
| `` i `` | Show git-flow options | |
235241
| `` <space> `` | チェックアウト | Checkout selected item. |
236242
| `` n `` | 新しいブランチを作成 | |
243+
| `` 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). |
237246
| `` o `` | Pull Requestを作成 | |
238247
| `` O `` | View create pull request options | |
239248
| `` <c-y> `` | Pull RequestのURLをクリップボードにコピー | |
@@ -359,6 +368,9 @@ If you would instead like to start an interactive rebase from the selected commi
359368
| `` y `` | コミットの情報をコピー | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
360369
| `` o `` | ブラウザでコミットを開く | |
361370
| `` 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). |
362374
| `` g `` | Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
363375
| `` 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. |
364376
| `` <c-r> `` | Reset copied (cherry-picked) commits selection | |

Diff for: docs/keybindings/Keybindings_ko.md

+12
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
6060
| `` y `` | 커밋 attribute 복사 | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
6161
| `` o `` | 브라우저에서 커밋 열기 | |
6262
| `` 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). |
6366
| `` g `` | View reset options | View reset options (soft/mixed/hard) for resetting onto selected item. |
6467
| `` 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. |
6568
| `` <c-r> `` | Reset cherry-picked (copied) commits selection | |
@@ -90,6 +93,9 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
9093
| `` y `` | 커밋 attribute 복사 | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
9194
| `` o `` | 브라우저에서 커밋 열기 | |
9295
| `` 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). |
9399
| `` g `` | View reset options | View reset options (soft/mixed/hard) for resetting onto selected item. |
94100
| `` 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. |
95101
| `` <c-r> `` | Reset cherry-picked (copied) commits selection | |
@@ -184,6 +190,9 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
184190
| `` i `` | Git-flow 옵션 보기 | |
185191
| `` <space> `` | 체크아웃 | Checkout selected item. |
186192
| `` 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). |
187196
| `` o `` | 풀 리퀘스트 생성 | |
188197
| `` O `` | 풀 리퀘스트 생성 옵션 | |
189198
| `` <c-y> `` | 풀 리퀘스트 URL을 클립보드에 복사 | |
@@ -287,6 +296,9 @@ If you would instead like to start an interactive rebase from the selected commi
287296
| `` y `` | 커밋 attribute 복사 | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
288297
| `` o `` | 브라우저에서 커밋 열기 | |
289298
| `` 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). |
290302
| `` g `` | View reset options | View reset options (soft/mixed/hard) for resetting onto selected item. |
291303
| `` 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. |
292304
| `` <c-t> `` | Open external diff tool (git difftool) | |

Diff for: docs/keybindings/Keybindings_nl.md

+12
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
9898
| `` i `` | Laat git-flow opties zien | |
9999
| `` <space> `` | Uitchecken | Checkout selected item. |
100100
| `` n `` | Nieuwe branch | |
101+
| `` 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). |
101104
| `` o `` | Maak een pull-request | |
102105
| `` O `` | Bekijk opties voor pull-aanvraag | |
103106
| `` <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
174177
| `` y `` | Copy commit attribute to clipboard | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
175178
| `` o `` | Open commit in browser | |
176179
| `` 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). |
177183
| `` g `` | Bekijk reset opties | View reset options (soft/mixed/hard) for resetting onto selected item. |
178184
| `` 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. |
179185
| `` <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
236242
| `` y `` | Copy commit attribute to clipboard | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
237243
| `` o `` | Open commit in browser | |
238244
| `` 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). |
239248
| `` g `` | Bekijk reset opties | View reset options (soft/mixed/hard) for resetting onto selected item. |
240249
| `` 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. |
241250
| `` <c-r> `` | Reset cherry-picked (gekopieerde) commits selectie | |
@@ -327,6 +336,9 @@ If you would instead like to start an interactive rebase from the selected commi
327336
| `` y `` | Copy commit attribute to clipboard | Copy commit attribute to clipboard (e.g. hash, URL, diff, message, author). |
328337
| `` o `` | Open commit in browser | |
329338
| `` 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). |
330342
| `` g `` | Bekijk reset opties | View reset options (soft/mixed/hard) for resetting onto selected item. |
331343
| `` 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. |
332344
| `` <c-r> `` | Reset cherry-picked (gekopieerde) commits selectie | |

0 commit comments

Comments
 (0)