From b3d35d9f842e0a3fa67a8140b511a0cf2ae06b38 Mon Sep 17 00:00:00 2001 From: Ilya Isaev Date: Fri, 8 Jan 2016 09:53:38 +0700 Subject: [PATCH] Updated Plugin:git (markdown) --- Plugin:git.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugin:git.md b/Plugin:git.md index 8ec41e9..9f31bae 100644 --- a/Plugin:git.md +++ b/Plugin:git.md @@ -32,9 +32,9 @@ Enable it by adding _git_ to the [_plugins array_](https://github.com/robbyrusse | gcb | git checkout -b | | gcf | git config --list | | gcl | git clone --recursive | -| gclean | git clean -df +| gclean | git clean -df | -| gcm | git checkout master | +| gcm | git checkout master | | gcmsg | git commit -m | | gco | git checkout | | gcount | git shortlog -sn |