So I have a main branch (2.1) which functions of a Fork of a repository, which I synch upstream.
From that I branched my own version (let's call it VR_2.1), which I want to manually keep up to date, because there are 2 config files which I change that I need to check before merging.
Now, the VR_2.1 config file when I browse to it via web it shows all the changes I pushed. However when I compare that branch to the normal synched 2.1 I get a completely different config, the default it looks like. How is this possible?
It is my first time Githubbing, :) I looked around but couldn't find it. Tips are welcome, cheers