grt aims to unify git and Gerrit Code Review by unifying gerrit commands into the git interface.
No packaged version is currently available, so you'll need to have go installed.
Once go is installed just run:
go get github.com/guildencrantz/git-grt
Make sure that $GOPATH/bin is in your $PATH and you should be set.
Yeah, we really should write some real documentation. Even a --help. For now:
git grt listgit grt details _id_git grt track _id_git grt fetch
_id_ can be found in git grt list, or in the gerrit http URI.
grt was prototyped during the Spring 2014 hack-@-thon at Return Path with the intention of helping simplify the workflow for developers sick of switching between the git CLI and gerrit web page.
If quarterly hackathons and challenging problems sound interesting to you check out the current open positions at Return Path.
Copyright (c) 2014 Matt Henkel. Licensed under the Apache License (see LICENSE for details).