search

Home  >  Q&A  >  body text

When git merges, only a certain folder under the project will be merged. How should it be set?

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

仅有的幸福仅有的幸福2794 days ago604

reply all(1)I'll reply

  • 巴扎黑

    巴扎黑2017-05-02 09:29:35

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

    reply
    0
  • Cancelreply