================================= GitHub Desktop keyboard shortcuts ================================= First published at 11/14/2018 on https://defkey.com/github-desktop-shortcuts GitHub Desktop extends GitHub workflow beyond the web browser. It has features such as switching and creating branches, viewing uncommitted changes, seeing your history and creating pull requests. GitHub Desktop has 29 shortcuts and we have listed all of them below. File menu --------- Ctrl + N New repository Ctrl + O Add local repository Ctrl + Shift + O Clone repository Ctrl + , Options Edit menu --------- Ctrl + Z Undo Ctrl + Y Redo Ctrl + A Select all View menu --------- Ctrl + 1 Changes Ctrl + 2 History Ctrl + T Repository list Ctrl + B Branches list F11 Toggle full screen Ctrl + 0 Reset zoom Ctrl + = Zoom in Ctrl + - Zoom out Ctrl + Shift + I Toggle developer tools Repository menu --------------- Ctrl + P Push Ctrl + Shift + P Pull Ctrl + Shift + G View on GitHub Ctrl + ` Open in Command Prompt Ctrl + Shift + F Show in Explorer Ctrl + Shift + A Open in external editor Branch menu ----------- Ctrl + Shift + N New branch Ctrl + Shift + D Delete Ctrl + Shift + U Update from default branch Ctrl + Shift + B Compare to branch Ctrl + Shift + M Merge into current branch Ctrl + Shift + C Compare on GitHub Ctrl + R Create pull request Last modified on (UTC): Monday, November 11, 2019 Defkey © All rights reserved.