From 51e44c9394cbdbe32ba678ad6ca9a190d4f53f59 Mon Sep 17 00:00:00 2001 From: paulmars Date: Tue, 4 Dec 2012 10:19:48 -0800 Subject: [PATCH] add docs for git remote branch --- Plugins.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Plugins.md b/Plugins.md index 2f05e2e..7b6d6b9 100644 --- a/Plugins.md +++ b/Plugins.md @@ -331,6 +331,18 @@ Pressing tab after the various commands should autofill authors, branches and ta * git-hubflow - Support for [git HubFlow](http://dev.datasift.com/blog/hubflow-github-and-gitflow-model-together) completion +## git_remote_branch +**Maintainer:** [webmat](https://github.com/webmat) + +* git_remote_branch - Support for [grb](https://github.com/webmat/git_remote_branch) completion + +* grb create branch_name [origin_server] +* grb publish branch_name [origin_server] +* grb delete branch_name [origin_server] +* grb track branch_name [origin_server] +* grb rename new_branch_name [origin_server] +* grb explain create + ## github **Maintainer:** [robbyrussell][robbyrussell]