On Jan 17, 2021, at 3:43 PM, Fulko Hew <fulko....@gmail.com> wrote: > fatal: 'downstream' does not appear to be a git repository > fatal: Could not read from remote repository.
I don't call it "downstream" - as per the (bowderlized :-)) comment in my git-reviewbranch script, I think "upstream" and "downstream" do not contribute any improvement in understanding - but I do have an equivalent, and you need to create it and point it at your forked repository on GitLab. The command to do that in git-reviewbranch is git remote add scratchpad g...@gitlab.com:guyharris/wireshark.git Replace "g...@gitlab.com:guyharris/wireshark.git" with a reference to your forked repository; you can get the string by going to the main page for your repository and click the "Clone" drop-down box on the right, and copy the "Clone with SSH" string. Replace "scratchpad" with "downstream" or whatever you want to call the relevant remote. ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <wireshark-dev@wireshark.org> Archives: https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe