From 908e4e1f751600144b26955f7c77cba754f86856 Mon Sep 17 00:00:00 2001 From: Kory Schneider Date: Fri, 22 Mar 2019 13:40:46 -0700 Subject: [PATCH] Remove duplicate alias listing --- Plugin:git.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Plugin:git.md b/Plugin:git.md index ef4556c..e96ae42 100644 --- a/Plugin:git.md +++ b/Plugin:git.md @@ -124,8 +124,7 @@ Enable it by adding _git_ to the [_plugins array_](https://github.com/robbyrusse | gup | git pull --rebase | | gupv | git pull --rebase -v | | gupa | git pull --rebase --autostash | -| gupav | git pull --rebase --autostash -v | -| gunignore | git update-index --no-assume-unchanged | +| gupav | git pull --rebase --autostash -v | | glum | git pull upstream master | | gvt | git verify-tag | | gwch | git whatchanged -p --abbrev-commit --pretty = medium |