From 6d31959da8129f60c44a1fcba1fa9332f1170943 Mon Sep 17 00:00:00 2001
From: Arpit Srivastava <52847458+Skyvastern@users.noreply.github.com>
Date: Fri, 2 Feb 2024 03:42:03 +0530
Subject: [PATCH] Add shortcut for stashing current changes (#31146)
Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
---
content/desktop/overview/github-desktop-keyboard-shortcuts.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/content/desktop/overview/github-desktop-keyboard-shortcuts.md b/content/desktop/overview/github-desktop-keyboard-shortcuts.md
index e4d1369a65..eadc1fe3dc 100644
--- a/content/desktop/overview/github-desktop-keyboard-shortcuts.md
+++ b/content/desktop/overview/github-desktop-keyboard-shortcuts.md
@@ -64,6 +64,7 @@ GitHub Desktop keyboard shortcuts on macOS
|Shift+Command+U | Update from default branch
|Shift+Command+B | Compare to an existing branch
|Shift+Command+M | Merge into current branch
+|Shift+Command+S | Stash current changes
|Control+H | Show or hide stashed changes
|Shift+Command+C | Compare branches on {% data variables.product.prodname_dotcom %}
|Command+R | Show the current pull request on {% data variables.product.prodname_dotcom %}
@@ -120,6 +121,7 @@ GitHub Desktop keyboard shortcuts on Windows
|Ctrl+Shift+U | Update from default branch
|Ctrl+Shift+B | Compare to an existing branch
|Ctrl+Shift+M | Merge into current branch
+|Ctrl+Shift+S | Stash current changes
|Ctrl+H | Show or hide stashed changes
|Ctrl+Shift+C | Compare branches on {% data variables.product.prodname_dotcom %}
|Ctrl+R | Show the current pull request on {% data variables.product.prodname_dotcom %}