1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 23:40:39 +01: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 | | _gsr_ | git svn rebase |
| _gss_ | git status -s | | _gss_ | git status -s |
| _gst_ | git status | | _gst_ | git status |
| _gsta_ | git stash save | | _gsta_ | git stash push |
| _gstaa_ | git stash apply | | _gstaa_ | git stash apply |
| _gstd_ | git stash drop | | _gstd_ | git stash drop |
| _gstl_ | git stash list | | _gstl_ | git stash list |