Skip to content

Commit

Permalink
Add an alias for stashing the Git working copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorin Ionescu committed Sep 25, 2012
1 parent 4136abd commit 44eaf9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/git/alias.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 44eaf9d

Please sign in to comment.