Unbreak the table

Alex Gotsis 2018-01-31 10:05:11 -05:00
parent beb76f3fa4
commit 46a1ff8662

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