Commit 0aa3cb2e authored by Marc Cornellà's avatar Marc Cornellà
Browse files

Merge pull request #5119 from baig/git-plugin-update

Changed `alias gsta='git stash'` to `alias gsta='git stash save'`.
parents 1e90f361 bdc82114
......@@ -199,7 +199,7 @@ alias gsps='git show --pretty=short --show-signature'
alias gsr='git svn rebase'
alias gss='git status -s'
alias gst='git status'
alias gsta='git stash'
alias gsta='git stash save'
alias gstaa='git stash apply'
alias gstd='git stash drop'
alias gstl='git stash list'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment