When git merges, only a certain folder under the project will be merged. How should it be set?
仅有的幸福
仅有的幸福 2017-05-02 09:27:35
0
1
605

Everything was stored in the git branch before, but when merging, I only wanted to merge one of the files. How should I set it up

仅有的幸福
仅有的幸福

reply all(1)
巴扎黑

git checkout -b branchName
Create a new branch, pull the files into the branch, and then merge

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template