diff options
author | Adam Johnson <me@adamj.eu> | 2023-09-06 11:42:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-06 12:42:09 +0200 |
commit | 6a7aab47dd6071b7f264477195b06efb7e7bd480 (patch) | |
tree | 9d3dd0e81a45b9c0ba6ff8706691d28d01ad7dc7 /plugins | |
parent | 331f3c8b2e28e47af41ae309aa814dab524a3374 (diff) | |
download | zsh-6a7aab47dd6071b7f264477195b06efb7e7bd480.tar.gz zsh-6a7aab47dd6071b7f264477195b06efb7e7bd480.tar.bz2 zsh-6a7aab47dd6071b7f264477195b06efb7e7bd480.zip |
docs(git): align markdown table borders (#11878)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/git/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/git/README.md b/plugins/git/README.md index 922cbee55..6eb63ea40 100644 --- a/plugins/git/README.md +++ b/plugins/git/README.md @@ -36,7 +36,7 @@ plugins=(... git) | gbso | git bisect old | | gbsr | git bisect reset | | gbss | git bisect start | -| gbl | git blame -w | +| gbl | git blame -w | | gb | git branch | | gba | git branch --all | | gbd | git branch --delete | |