🔥 GitHub Desktop Popular Shortcuts
Master key GitHub Desktop shortcuts to accelerate repository management and streamline your development workflow.
TOP 1
Ctrl+Shift+O
Clone Repository from GitHub
Clones a repository from GitHub.
🎯 Quickly clone a repository from GitHub to set up your local environment
💡 Hint: Clone repository
TOP 2
Ctrl+O
Open Local Repository
Opens an existing local repository.
🎯 Instantly open an existing local repository to start working
💡 Hint: Open local repository
TOP 3
Ctrl+T
Show Repository List
Shows the repository list.
🎯 Display the list of registered repositories to efficiently switch between them
💡 Hint: Ctrl + T = repository list
TOP 4
Ctrl+1
Show All Changes Pre-commit
Shows all changes before committing.
🎯 Review all changes before committing to avoid missing modifications
💡 Hint: Ctrl + 1 = show all changes
TOP 5
Ctrl+Enter
Commit Changes
Commits changes when the summary or description field is active.
🎯 Commit changes immediately with your typed commit message
💡 Hint: Enter to commit
TOP 6
Ctrl+P
Push Commits to GitHub
Pushes the latest commit to GitHub.
🎯 Quickly push local commits to GitHub
💡 Hint: Push commits
TOP 7
Ctrl+Shift+P
Pull Changes from GitHub
Pulls latest changes from GitHub.
🎯 Immediately pull the latest remote changes to update your local repository
💡 Hint: Pull changes
TOP 8
Ctrl+Shift+N
Create New Branch
Creates a new branch.
🎯 Quickly create a new branch to isolate your work
💡 Hint: New branch