|  |  | Version | 
    | Ctrl + Return | : | Vorgemerkte Änderungen versionieren | 
    | Ctrl + Shift + Return | : | Prepare commit message hook | 
    | Ctrl + S | : | Ausgewählte Dateien vormerken | 
    | Ctrl + Shift + S | : | Stage / unstage all files | 
    | Alt + A | : | Geänderte Dateien vormerken | 
    | Alt + U | : | Alle neuen Dateien vormerken | 
    | Ctrl + U / Alt + Shift + R | : | Revert the selected lines, or the diff hunk beneath the text cursor when nothing
        is selected, from the worktree | 
    | Ctrl + Shift + U | : | Launch an external editor to edit the selected lines, or the diff hunk beneath
        the text cursor when nothing is selected, and then revert unstaged changes
        using the edited diff | 
    | Ctrl + Z | : | Nicht versionierte Änderungen verwerfen | 
    | Ctrl + Shift + M | : | Merge branches | 
    | Alt + M | : | Letzte Version nachbessern | 
    | Ctrl + Shift + C | : | Einzelne Version übernehmen | 
    |  |  | Vergleichsansicht | 
    | S | : | Auswahl vormerken; falls nichts ausgewählt ist,
        siehe H | 
    | Ctrl + Shift + S | : | Launch an external editor to edit the selected lines, or the diff hunk beneath the
        text cursor when nothing is selected, and then stage the edited diff | 
    | Ctrl + D | : | Mithilfe von `git difftool` ansehen | 
    | Ctrl + F | : | Search diff for matching text | 
    | Ctrl + G | : | Search diff for the next text match | 
    | Ctrl + Shift + G | : | Search diff for the previous text match | 
    | Alt + Shift + C | : | Copy Diff to clipboard (strips diff +/- prefixes) | 
    | Ctrl + Shift + D | : | View directory diff using `git difftool --dir-diff` | 
    | Shift | : | Hold shift to select text when moving around with H, J, K, L and Arrow keys | 
    | Space / Shift + Space | : | Page Down / Page Up | 
    | 0 (Zero) | : | Move cursor to the start of the line | 
    | $ (Shift + 4) | : | Move cursor to the end of the line | 
    | G G | : | Move cursor to the start of the diff | 
    | Shift + G | : | Move cursor to the end of the diff |