From 46a1ff866276e10de76e6ca212279155b42285cf Mon Sep 17 00:00:00 2001 From: Alex Gotsis Date: Wed, 31 Jan 2018 10:05:11 -0500 Subject: [PATCH] Unbreak the table --- Plugin:git.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Plugin:git.md b/Plugin:git.md index 0d72c1d..ecab546 100644 --- a/Plugin:git.md +++ b/Plugin:git.md @@ -11,9 +11,8 @@ Enable it by adding _git_ to the [_plugins array_](https://github.com/robbyrusse | g | git | | ga | git add | | gaa | git add --all | -| gapa | git add --patch -| -| gau | git add --update | +| gapa | git add --patch | +| 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 |