Remove duplicate alias listing

Kory Schneider 2019-03-22 13:40:46 -07:00
parent 143ada6040
commit 908e4e1f75
1 changed files with 1 additions and 2 deletions

@ -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 |