From fb562386b72ab589d5f16eca06afe54a5b499495 Mon Sep 17 00:00:00 2001 From: Ilya Isaev Date: Fri, 8 Jan 2016 09:52:38 +0700 Subject: [PATCH] Updated Plugin:git (markdown) --- Plugin:git.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Plugin:git.md b/Plugin:git.md index b52a0e0..8ec41e9 100644 --- a/Plugin:git.md +++ b/Plugin:git.md @@ -31,8 +31,9 @@ Enable it by adding _git_ to the [_plugins array_](https://github.com/robbyrusse | gcan! | git commit -v -a -s --no-edit --amend | | gcb | git checkout -b | | gcf | git config --list | -| gcl | git clone --recursive | -| gclean | git reset --hard && git clean -dfx | +| gcl | git clone --recursive | +| gclean | git clean -df +| | gcm | git checkout master | | gcmsg | git commit -m | | gco | git checkout | @@ -75,7 +76,10 @@ Enable it by adding _git_ to the [_plugins array_](https://github.com/robbyrusse | gmum | git merge upstream/master | | gp | git push | | gpd | git push --dry-run | -| gpoat | git push origin --all && git push origin --tags | +| gpoat | git push origin --all && git push origin --tags +| +| gpristine | git reset --hard && git clean -dfx +| | | gpu | git push upstream | | gpv | git push -v | | gr | git remote |