From 5629ac19d3c5c4fe679ec9e3189f8b7c011d92fb Mon Sep 17 00:00:00 2001 From: Fabian Marz Date: Wed, 28 Feb 2018 15:17:05 +0100 Subject: [PATCH] Fixed typo in git alias. --- Plugin:git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin:git.md b/Plugin:git.md index c09916b..ecab546 100644 --- a/Plugin:git.md +++ b/Plugin:git.md @@ -12,7 +12,7 @@ Enable it by adding _git_ to the [_plugins array_](https://github.com/robbyrusse | ga | git add | | gaa | git add --all | | gapa | git add --patch | -| gua | git add --update | +| gau | git add --update | | gb | git branch | | gba | git branch -a | | gbda | git branch --merged \| command grep -vE "^(\*\|\s*master\s*$)" \| command xargs -n 1 git branch -d |