Hello,

Shouldn't git-review plugin for git work for googlesource.com too?

After installing the tool and setting up in your local clone one can
download any gerrit change locally in one step:
- git review -d #<gerrit change number>
- git review -d <full URL of change>

Uploading patches for a chnage or creating new changes would done with:
- git review

BR,
Roland

Am Mi., 7. Aug. 2024 um 16:08 Uhr schrieb Arkadiusz Drabczyk <
arkadi...@drabczyk.org>:

> On Tue, Aug 06, 2024 at 02:24:41PM -0700, Leah Stapleton wrote:
> > Hello,
> >
> >
> > If I wanted to clone the google source code with a pending pull request
> (such
> > as https://go-review.googlesource.com/c/go/+/596035 ) how would I do
> it?
> >
> > My goal is to test the pull request.
>
> $ git clone https://go.googlesource.com/go
> $ cd go
> $ git fetch https://go.googlesource.com/go refs/changes/35/596035/40
> $ git checkout -b change-596035 FETCH_HEAD
>
> --
> Arkadiusz Drabczyk <arkadi...@drabczyk.org>
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/66b371c4.170a0220.3320f9.2d51SMTPIN_ADDED_BROKEN%40gmr-mx.google.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CA%2B8p0G1Kbmm5DmQrjwdqV6Fo6DxjGwn6XtnmEkhNhJ9bhopvBg%40mail.gmail.com.

Reply via email to