Browse Source

Added an alias to git stash include untracked.

master
Sorin Ionescu 13 years ago
parent
commit
37ba1cbc98
  1. 2
      plugins/git/alias.zsh

2
plugins/git/alias.zsh

@ -207,6 +207,8 @@ alias gsp='git stash pop' @@ -207,6 +207,8 @@ alias gsp='git stash pop'
compdef _git gsp=git-stash
alias gss='git stash save'
compdef _git gss=git-stash
alias gsS='git stash save --include-untracked'
compdef _git gsS=git-stash
alias gsS='git stash save --patch --no-keep-index'
compdef _git gsS=git-stash

Loading…
Cancel
Save