RFR: Improve the Download message in PR description

Volker Simonis simonis at openjdk.java.net
Wed Mar 17 16:31:52 UTC 2021


On Wed, 17 Mar 2021 10:31:58 GMT, Erik Helin <ehelin at openjdk.org> wrote:

>> Thanks @magicus  for updating the download message and thanks @edvbld for shedding some light on how to properly define an upstream for pull requests :) If I understand you correct, with that setup a `git fetch upstream` will fetch *all* pull requests from upstream. Is that correct?
>
> @simonis yep, that is correct. As usual when you fetch refs from a remote they will only becomes refs under `refs/remote/<remote-name>/<branch-name>`, so you won't see all the refs when running e.g. `git branch` (you would have to run `git branch -a`).

@edvbld thanks for the confirmation. I'll definitely put that line into my `.git/config` (if only to not forget the syntax :)

-------------

PR: https://git.openjdk.java.net/skara/pull/1053


More information about the skara-dev mailing list