From 54abcf6c849374db388eead538c37d4a7ec0e800 Mon Sep 17 00:00:00 2001 From: thuai Date: Sat, 17 May 2014 14:11:18 +0800 Subject: [PATCH] add alias for 'git stash list' --- plugins/git/git.plugin.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/git/git.plugin.zsh b/plugins/git/git.plugin.zsh index b24284e00..d3cab7b8e 100644 --- a/plugins/git/git.plugin.zsh +++ b/plugins/git/git.plugin.zsh @@ -99,6 +99,7 @@ alias gsts='git stash show --text' alias gsta='git stash' alias gstp='git stash pop' alias gstd='git stash drop' +alias gstl='git stash list' # Will cd into the top of the current repository # or submodule.