@@ -98,6 +98,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
9898 <kbd >g</kbd >: Bekijk reset opties
9999 <kbd >R</kbd >: Hernoem branch
100100 <kbd >u</kbd >: Set/Unset upstream
101+ <kbd >w</kbd >: View worktree options
101102 <kbd >< ; enter> ; </kbd >: Bekijk commits
102103 <kbd >/</kbd >: Filter the current view by text
103104</pre >
@@ -147,6 +148,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
147148 <kbd >t</kbd >: Commit ongedaan maken
148149 <kbd >T</kbd >: Tag commit
149150 <kbd >< ; c-l> ; </kbd >: Open log menu
151+ <kbd >w</kbd >: View worktree options
150152 <kbd >< ; space> ; </kbd >: Checkout commit
151153 <kbd >y</kbd >: Copy commit attribute
152154 <kbd >o</kbd >: Open commit in browser
@@ -209,6 +211,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
209211
210212<pre >
211213 <kbd >< ; c-o> ; </kbd >: Kopieer commit SHA naar klembord
214+ <kbd >w</kbd >: View worktree options
212215 <kbd >< ; space> ; </kbd >: Checkout commit
213216 <kbd >y</kbd >: Copy commit attribute
214217 <kbd >o</kbd >: Open commit in browser
@@ -232,6 +235,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
232235 <kbd >d</kbd >: Verwijder branch
233236 <kbd >u</kbd >: Stel in als upstream van uitgecheckte branch
234237 <kbd >g</kbd >: Bekijk reset opties
238+ <kbd >w</kbd >: View worktree options
235239 <kbd >< ; enter> ; </kbd >: Bekijk commits
236240 <kbd >/</kbd >: Filter the current view by text
237241</pre >
@@ -276,6 +280,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
276280 <kbd >d</kbd >: Laten vallen
277281 <kbd >n</kbd >: Nieuwe branch
278282 <kbd >r</kbd >: Rename stash
283+ <kbd >w</kbd >: View worktree options
279284 <kbd >< ; enter> ; </kbd >: Bekijk gecommite bestanden
280285 <kbd >/</kbd >: Filter the current view by text
281286</pre >
@@ -294,6 +299,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
294299
295300<pre >
296301 <kbd >< ; c-o> ; </kbd >: Kopieer commit SHA naar klembord
302+ <kbd >w</kbd >: View worktree options
297303 <kbd >< ; space> ; </kbd >: Checkout commit
298304 <kbd >y</kbd >: Copy commit attribute
299305 <kbd >o</kbd >: Open commit in browser
@@ -311,6 +317,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
311317<pre >
312318 <kbd >< ; c-o> ; </kbd >: Kopieer submodule naam naar klembord
313319 <kbd >< ; enter> ; </kbd >: Enter submodule
320+ <kbd >< ; space> ; </kbd >: Enter submodule
314321 <kbd >d</kbd >: Remove submodule
315322 <kbd >u</kbd >: Update submodule
316323 <kbd >n</kbd >: Voeg nieuwe submodule toe
@@ -328,6 +335,18 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
328335 <kbd >P</kbd >: Push tag
329336 <kbd >n</kbd >: Creëer tag
330337 <kbd >g</kbd >: Bekijk reset opties
338+ <kbd >w</kbd >: View worktree options
331339 <kbd >< ; enter> ; </kbd >: Bekijk commits
332340 <kbd >/</kbd >: Filter the current view by text
333341</pre >
342+
343+ ## Worktrees
344+
345+ <pre >
346+ <kbd >n</kbd >: Create worktree
347+ <kbd >< ; space> ; </kbd >: Switch to worktree
348+ <kbd >< ; enter> ; </kbd >: Switch to worktree
349+ <kbd >o</kbd >: Open in editor
350+ <kbd >d</kbd >: Remove worktree
351+ <kbd >/</kbd >: Filter the current view by text
352+ </pre >
0 commit comments