Cannot Merge due to conflict with UserInterfaceState.xcuserstate

后端 未结 3 404
感情败类
感情败类 2021-02-05 20:09

I created a branch and made a bunch of changes. I committed the changes and then archived the changes. Then I switched to the master branch and tried to do a merge. It said I ha

3条回答
  •  情书的邮戳
    2021-02-05 20:18

    just remove files using

    git rm --cached *xcuserstate

    then do a local commit selecting .DS_Store with miscellaneous message

    discard all other changes

    pull

    push

    done :)

提交回复
热议问题