I'm following the instructions here -
3.10. Contribute Your Changes (wireshark.org)
There is an instruction to double check my remotes:
$ git remote -v
$ downstream git@xxxxxxxxxx:henry.perry/wireshark.git (fetch)
$ downstream git@xxxxxxxxxx:henry.perry/wireshark.git (push)
$ upstream git@xxxxxxxxxx:wireshark/wireshark.git (fetch)
$ upstream git@xxxxxxxxxx:wireshark/wireshark.git (push)
But when I run the command I get:
C:\Development\wireshark>git remote -v
downstream git@xxxxxxxxxx:paul.offord/wireshark.git (fetch)
downstream git@xxxxxxxxxx:paul.offord/wireshark.git (push)
As you can see, the master name is different.
Is this a problem?