From eb9638df326b016afdbbfea995be518b08a0e206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20W=C5=82odek?= Date: Fri, 26 May 2017 00:18:46 +0200 Subject: [PATCH] fix for table formatting after adding ggf alias --- Plugin:git.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Plugin:git.md b/Plugin:git.md index 6431a9b..2056f56 100644 --- a/Plugin:git.md +++ b/Plugin:git.md @@ -51,8 +51,7 @@ Enable it by adding _git_ to the [_plugins array_](https://github.com/robbyrusse | gfo | git fetch origin | | gg | git gui citool | | gga | git gui citool --amend | -| ggf | git push --force origin $(current_branch) -| +| ggf | git push --force origin $(current_branch) | | ghh | git help | | ggpull | ggl | | ggpur | ggu |