Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Command line workflow for Gerrit

On Tue, May 1, 2012 at 6:04 PM, Anna Dushistova <anna.dushistova@xxxxxxxxx> wrote:
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

You probably want ssh://userid@xxxxxxxxxxxxxxx:29418/cdt/org.eclipse.cdt

PW


--
Paul Webster
Hi floor.  Make me a sammich! - GIR

Back to the top