]> arthur.barton.de Git - ax-zsh.git/blobdiff - plugins/git/git.zshrc
git: Add "gsta" and "gstp" aliases for Git stash push/pop
[ax-zsh.git] / plugins / git / git.zshrc
index de730b7c760540bd7bf2989d826363978b9f9ee6..4a4e430a083f8a5db05a77aaa059747bde091388 100644 (file)
@@ -76,3 +76,5 @@ alias gsb="gss --branch"
 alias gsh="g show"
 alias gss="gst --short"
 alias gst="g status"
+alias gsta="g stash push"
+alias gstp="g stash pop"