Commit bdc82114 authored by Wasif Hasan Baig's avatar Wasif Hasan Baig
Browse files

Changd `alias gsta='git stash'` to `alias gsta='git stash save'`.

parent 1e90f361
......@@ -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