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
git checkout -b branchNameCreate a new branch, pull the files into the branch, and then merge
git checkout -b branchName
Create a new branch, pull the files into the branch, and then merge