jdk icon indicating copy to clipboard operation
jdk copied to clipboard

c1

Open suchismith1993 opened this issue 8 months ago • 3 comments


Progress

  • [ ] Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • [ ] Change must not contain extraneous whitespace
  • [ ] Commit message must refer to an issue

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/19947/head:pull/19947
$ git checkout pull/19947

Update a local copy of the PR:
$ git checkout pull/19947
$ git pull https://git.openjdk.org/jdk.git pull/19947/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 19947

View PR using the GUI difftool:
$ git pr show -t 19947

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/19947.diff

suchismith1993 avatar Jun 28 '24 16:06 suchismith1993