From f29bad441e1f97716b81bda406a2033d95e25719 Mon Sep 17 00:00:00 2001 From: Nicolas Canceill Date: Wed, 21 May 2014 04:41:43 -0700 Subject: [PATCH] update git plugin section --- Plugins.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Plugins.md b/Plugins.md index bf55fe6..a28ac7d 100644 --- a/Plugins.md +++ b/Plugins.md @@ -415,13 +415,9 @@ This is a plugin that helps to encode/decode strings with base64 from the consol * gpg-agent - starts gpg-agent (with ssh support) if not running and includes its environment variables ## git -**Maintainer:** [robbyrussell][robbyrussell] +**Maintainers:** [@Stibbons](https://github.com/Stibbons), [@ncanceill](https://github.com/ncanceill) -* git - adds a lot of git aliases ( g*x* e.g. gd - git diff) and functions for pulling for dealing with the current branch - -Please see the [dedicated page](https://github.com/robbyrussell/oh-my-zsh/wiki/Plugin:git). - -You can find a list of some of the aliases introduced [here _(OUTDATED)_](http://jasonm23.github.com/oh-my-git-aliases.html). +Adds a lot of git aliases ( g*x* e.g. gd - git diff) and functions for pulling for dealing with the current branch. See the [dedicated Wiki page](https://github.com/robbyrussell/oh-my-zsh/wiki/Plugin:git), or a list of some of the aliases introduced [here _(OUTDATED)_](http://jasonm23.github.com/oh-my-git-aliases.html). ## gitfast **Maintainer:** [felipec](https://github.com/felipec)