0
I use Gitlab and Visual Code to do code versioning and I have the following problem:
When cloning a project direct from master
and then do the git pull origin tv_version
my files are giving like
"MERGE CONFLICT" and in case I clone straight from my branch tv_version
using git clone -b tv_version <local do git>
, the
Visual Code gives as "INTERNS".
The idea of the branchs:
The master
and the tv_version
they contain virtually the same files, the only different is that the tv_version
has changed that the master
does not possess and must not possess.
Doubts:
- Why gives the famous merge conflict and how to solve it?
- What is "Interns Files", why it gives this and how to solve it?
I recommend: https://answall.com/q/320129/99718
– Valdeir Psr
What are you putting as
<local do git>
in charge?– Dherik