From 003ca8365bbeae5439a58d46eb56b5cb19694616 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Mon, 24 Sep 2012 23:49:23 -0400 Subject: [PATCH] Add an alias for stashing the Git working copy --- modules/git/alias.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/git/alias.zsh b/modules/git/alias.zsh index b87baa0e..e191a7ff 100644 --- a/modules/git/alias.zsh +++ b/modules/git/alias.zsh @@ -129,6 +129,7 @@ alias gsp='git stash pop' alias gsr='git-stash-recover' alias gss='git stash save --include-untracked' alias gsS='git stash save --patch --no-keep-index' +alias gsw='git stash save --include-untracked --keep-index' # Submodule (S) alias gS='git submodule'