From 576dae27f3244d7e387be9cb8fcc0273de7733ae Mon Sep 17 00:00:00 2001 From: christarazi Date: Mon, 24 Dec 2018 13:06:25 -0800 Subject: [PATCH] Update wiki with newer git aliases --- Plugin:git.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Plugin:git.md b/Plugin:git.md index ecab546..4abbb79 100644 --- a/Plugin:git.md +++ b/Plugin:git.md @@ -122,7 +122,12 @@ Enable it by adding _git_ to the [_plugins array_](https://github.com/robbyrusse | gunignore | git update-index --no-assume-unchanged | | gunwip | git log -n 1 \| grep -q -c "\-\-wip\-\-" && git reset HEAD~1 | | gup | git pull --rebase | -| gupv | git pull --rebase -v | +| gupv | git pull --rebase -v +| +| gupa | git pull --rebase --autostash +| +| gupav | git pull --rebase --autostash -v +| | glum | git pull upstream master | | gvt | git verify-tag | | gwch | git whatchanged -p --abbrev-commit --pretty = medium |