Skip to content

Commit

Permalink
Stash untracked files
Browse files Browse the repository at this point in the history
  • Loading branch information
rafbm committed Jul 5, 2012
1 parent c910c56 commit 917a16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshrc
Expand Up @@ -59,7 +59,7 @@ alias gcommita="git commit -va"
alias grebase="git rebase -i HEAD~10"
alias gpull="git pull --rebase origin"
alias gpush="git push origin"
alias gstash="git stash save"
alias gstash="git stash -u"
alias gpop="git stash pop"
alias gclean="git clean -fd"
alias gsub="git submodule"
Expand Down

0 comments on commit 917a16c

Please sign in to comment.