GitHub Desktop Windows Shortcuts
| Action | Windows Shortcut |
|---|---|
| Repositories | |
| Add local repository | Ctrl+O |
| Clone repository | Ctrl+Shift+O |
| Create new repository | Ctrl+N |
| Switch repository | Ctrl+Shift+R |
| Open in external editor | Ctrl+Shift+A |
| Open in terminal | Ctrl+` |
| Show in Finder / Explorer | Ctrl+Shift+F |
| Changes & Commits | |
| Commit to branch | Ctrl+Enter |
| Undo commit | Ctrl+Z |
| Stash changes | Ctrl+Shift+S |
| Discard changes (selected) | Ctrl+Delete |
| Branches | |
| New branch | Ctrl+Shift+N |
| Rename branch | F2 |
| Delete branch | Ctrl+Shift+D |
| Update from remote | Ctrl+Shift+G |
| Push to remote | Ctrl+P |
| Fetch origin | Ctrl+Shift+T |
| Navigation | |
| Go to Changes tab | Ctrl+1 |
| Go to History tab | Ctrl+2 |
| Open preferences | Ctrl+, |
| Toggle sidebar | Ctrl+Shift+L |
| Zoom in | Ctrl+= |
| Zoom out | Ctrl+- |
| Reset zoom | Ctrl+0 |