Add an alias for the option 'push'

ko-dever 2018-09-24 12:09:38 +00:00
parent de45e0aa12
commit b5653d587f
1 changed files with 3 additions and 1 deletions

@ -114,7 +114,9 @@ Enable it by adding _git_ to the [_plugins array_](https://github.com/robbyrusse
| gstaa | git stash apply |
| gstd | git stash drop |
| gstl | git stash list |
| gstp | git stash pop |
| gstpp | git stash pop
|
| gstp | git stash push |
| gstc | git stash clear |
| gsts | git stash show --text |
| gsu | git submodule update |