From 75e09a2bed4cc4d660a22889fbf9384fc6c25e8d Mon Sep 17 00:00:00 2001 From: Alex Gotsis Date: Wed, 31 Jan 2018 13:05:47 -0500 Subject: [PATCH] Fix alias misspelling --- Plugin:git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin:git.md b/Plugin:git.md index ecab546..c09916b 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 | -| gau | git add --update | +| gua | 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 |