From: Alexander Barton Date: Sat, 24 Jul 2021 11:24:26 +0000 (+0200) Subject: git: Add "gsta" and "gstp" aliases for Git stash push/pop X-Git-Url: https://arthur.ath.cx/gitweb/?a=commitdiff_plain;h=ef2c2acd17a8acc4bdbd4d58c1c0475d4bb90bbb;p=ax-zsh.git git: Add "gsta" and "gstp" aliases for Git stash push/pop --- diff --git a/plugins/git/git.zshrc b/plugins/git/git.zshrc index de730b7..4a4e430 100644 --- a/plugins/git/git.zshrc +++ b/plugins/git/git.zshrc @@ -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"