./Keyboard Shortcuts/GitHub Desktop/
Site wide shortcuts
| Key | Command |
|---|---|
| Ctrl , | Go to Options |
| F11 | Toggle full screen view |
| Ctrl 0 | Reset zoom to default text size |
| Ctrl = | Zoom in for larger text and graphics |
| Ctrl - | Zoom out for smaller text and graphics |
| Ctrl Shift I | Toggle Developer Tools |
Repositories
| Key | Command |
|---|---|
| Ctrl N | Add a new repository |
| Ctrl O | Add a local repository |
| Ctrl Shift O | Clone a repository from GitHub |
| Ctrl T | Show a list of your repositories |
| Ctrl P | Push the latest commits to GitHub |
| Ctrl Shift P | Pull down the latest changes from GitHub |
| Ctrl Delete | Remove an existing repository |
| Ctrl Shift G | View the repository on GitHub |
| Ctrl ` | Open repository in your preferred command line tool |
| Ctrl Shift F | Show the repository in Explorer |
| Ctrl Shift A | Open the repository in your preferred editor tool |
| Ctrl I | Create an issue on GitHub |
Branches
| Key | Command |
|---|---|
| Ctrl 1 | Show all your changes before committing |
| Ctrl 2 | Show your commit history |
| Ctrl B | Show all your branches |
| Ctrl G | Go to the commit summary field |
| Ctrl Enter | Commit changes when summary or description field is active |
| space | Select or deselect all highlighted files |
| Ctrl Shift N | Create a new branch |
| Ctrl Shift R | Rename the current branch |
| Ctrl Shift D | Delete the current branch |
| Ctrl Shift U | Update from default branch |
| Ctrl Shift B | Compare to an existing branch |
| Ctrl Shift M | Merge into current branch |
| Ctrl H | Show or hide stashed changes |
| Ctrl Shift C | Compare branches on GitHub |
| Ctrl R | Show the current pull request on GitHub |