GitHub Desktop Keyboard Shortcuts & Commands (6)
6 GitHub Desktop shortcuts and commands.
Search all shortcuts interactively
Open Shortcut FinderAll Shortcuts
Git Management
| Shortcut | Action | Description |
|---|---|---|
| Ctrl + Shift + N | New branch | Create a new branch. |
| Ctrl + B | Switch branch | Switch branches. |
| Ctrl + Enter | Commit | Commit changes. |
| Ctrl + P | Push | Push to remote. |
| Ctrl + Shift + P | Pull | Pull from remote. |
| Ctrl + Shift + A | Commit all | Stage all and commit. |