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.

Reply via email to