]> git.sev.monster Git - dotfiles.git/commitdiff
zshrc: add more git stash aliases
authorsev <git@sev.monster>
Sun, 22 Dec 2024 17:55:09 +0000 (11:55 -0600)
committersev <git@sev.monster>
Sun, 22 Dec 2024 17:55:41 +0000 (11:55 -0600)
etc/zsh/.zshrc

index 9b6bb9bd4adc732807f29e4a91c6929f57dcc3d2..9d2539fb8e9c308cb138e39ad6476f44654becea 100644 (file)
@@ -313,6 +313,8 @@ alias gst='git status'
 alias gsts='git status --short'
 alias gs='git stash'
 alias gsp='git stash pop'
+alias gsd='git stash drop'
+alias gss='git stash show -p'
 alias grc='git rebase --continue'
 ## cd/zoxide
 function up {
This page took 0.046005 seconds and 4 git commands to generate.