From 46c6320c2d13db2997624030fd193f49df06c941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20W=C5=82odek?= Date: Fri, 26 May 2017 00:16:58 +0200 Subject: [PATCH] add missing ggf alias description --- Plugin:git.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Plugin:git.md b/Plugin:git.md index 622526a..6431a9b 100644 --- a/Plugin:git.md +++ b/Plugin:git.md @@ -51,6 +51,8 @@ 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) +| | ghh | git help | | ggpull | ggl | | ggpur | ggu |