From b5653d587fbf51947e09d69814276b99d1ccf288 Mon Sep 17 00:00:00 2001 From: ko-dever <4114656+ko-dever@users.noreply.github.com> Date: Mon, 24 Sep 2018 12:09:38 +0000 Subject: [PATCH] Add an alias for the option 'push' --- Plugin:git.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Plugin:git.md b/Plugin:git.md index ecab546..1f3ad48 100644 --- a/Plugin:git.md +++ b/Plugin:git.md @@ -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 |