0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

i just check gsta alias and there is not git stash save is for push right now

Kev Mancer 2021-03-07 18:07:51 -05:00
parent cac81771a4
commit f3d3d8b49b

@ -189,7 +189,7 @@ See `~/.oh-my-zsh/lib/directories.zsh`
| _gsr_ | git svn rebase |
| _gss_ | git status -s |
| _gst_ | git status |
| _gsta_ | git stash save |
| _gsta_ | git stash push |
| _gstaa_ | git stash apply |
| _gstd_ | git stash drop |
| _gstl_ | git stash list |