From 1379a495e94b7a57a8d89362fdd256ad8bf2b12c Mon Sep 17 00:00:00 2001 From: Mat Harden Date: Thu, 9 Jun 2016 15:00:14 +0100 Subject: [PATCH] Update Git stash shortcuts (since commit bdc8211) --- Cheatsheet.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cheatsheet.md b/Cheatsheet.md index 4b9c74e..39c1b89 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -131,8 +131,10 @@ See `~/.oh-my-zsh/lib/directories.zsh` | _gsr_ | git svn rebase | | _gss_ | git status -s | | _gst_ | git status | -| _gsta_ | git stash | +| _gsta_ | git stash save | +| _gstaa_ | git stash apply | | _gstd_ | git stash drop | +| _gstl_ | git stash list | | _gstp_ | git stash pop | | _gsts_ | git stash show --text | | _gts_ | git tag -s |