| Re: [cdt-dev] Command line workflow for Gerrit |
Hi All,
What is a command line workflow for pushing a patch to Gerrit?
Here is what I did( based on
http://wiki.eclipse.org/Gerrit#Using_Gerrit_with_the_git_command_line
):
git clone git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git
cd org.eclipse.cdt/
git config remote.review.url ssh://<my user id
here>@git.eclipse.org:29418/org.eclipse.cdt.git