GIT - how to merge branches?
问题 We decided to use GIT in our company but now got a problem.. We have several branches with different features. Now what we need is to merge that branches and push it to Master. How shall we do that with autoreplace - we have branch-a, branch-b, branch-c - we need to get them all in Master but in case of repeated files the branch-b should be Major and branch-c - minor. Upd: branch-a: -file1 -file2 -file3 -file4 branch-b: -file1 -file5 -file6 branch-c: -file1 -file2 -file7 -file8 we need in