> ## Documentation Index
> Fetch the complete documentation index at: https://2026commitplusinc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Keyboard Shortcuts

> Every keyboard shortcut in Commit+.

| Shortcut       | Action |
| -------------- | ------ |
| `Cmd+Shift+C`  | Commit |
| `Cmd+Shift+P`  | Pull   |
| `Cmd+Option+P` | Push   |
| `Cmd+Option+F` | Fetch  |
| `Cmd+Shift+B`  | Branch |
| `Cmd+Shift+M`  | Merge  |
| `Cmd+Shift+S`  | Stash  |
| `Cmd+Shift+F`  | Search |
| `Cmd+Z`        | Undo   |
| `Cmd+Shift+Z`  | Redo   |

## Drag modifiers

| Gesture                                   | Action                           |
| ----------------------------------------- | -------------------------------- |
| Drag commit(s) onto the current branch    | Cherry-pick                      |
| Drag one commit onto the Branches header  | Create a branch from that commit |
| Drag branch onto the current branch       | Merge                            |
| `⌥` + drag branch onto the current branch | Rebase                           |
| Drag branch onto the Branches header      | Create a branch from that branch |

File, stash, remote, and commit-reorder drag workflows are part of the product direction, but they are not documented as shipped actions yet.
