Answer the question
In order to leave comments, you need to log in
Missing files after merging GIT branches?
There is a remote repository and a dev branch, in which someone changed file1 and added file2, file3.
Actions: pull remote_repo
next merge remote_repo/dev
There are some conflicts, but most importantly, when merging, file3 did not get into the local branch, although it diff remote_repo/dev
shows that the file is present.
But if checkout -b test remote_repo/dev
then file3 is present in the test branch.
Actually the question is: how to make file3 appear in the local dev branch?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question