If the PR fetch line is not stated as the second one in git config, then
the branch is configured with a standard merge remote, and the PR branch
can't be pulled. The specific PR fetch line has to be stated as the
first one.
WARNING: I have no idea what I'm doing. Somebody with proper git knowledge needs to check this is sane!
Today I found out that if I configure my pagure checkout according to the documentation, I can check out pr/NN branch, but I can't pull changes. Example:
If the PR fetch line is not stated as the second one in git config, then
the branch is configured with a standard merge remote, and the PR branch
can't be pulled. The specific PR fetch line has to be stated as the
first one.
WARNING: I have no idea what I'm doing. Somebody with proper git knowledge needs to check this is sane!
Today I found out that if I configure my pagure checkout according to the documentation, I can check out
pr/NNbranch, but I can't pull changes. Example:This is how
.git/configlooks like:And if I switch the order of those
fetchlines:And
.git/config: