This commit is contained in:
limonte 2015-06-05 05:53:32 +00:00
commit 033e5fe133

View file

@ -110,6 +110,8 @@ alias gsts='git stash show --text'
alias gsta='git stash'
alias gstp='git stash pop'
alias gstd='git stash drop'
alias gstl='git stash list'
alias gstc='git stash clear'
# Will cd into the top of the current repository
# or submodule.