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

That fixed my issue, thanks!
Anna.

On Wed, May 2, 2012 at 3:34 PM, Paul Webster
<pwebster@xxxxxxxxxxxxxxxxxxx> wrote:
> 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
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>


Back to the top