xCode与Github有问题。
当我尝试拉出警告弹出如下。
“由于一个或多个树冲突,无法执行该操作。文件Breakpoints_v2.xcbkptlist存在树冲突。”
我该如何解决这个问题?
答案 0 :(得分:0)
试试这个:
$ git branch backup # backup the branch for safety
# keep the remote changes
$ git pull origin <branch> -s recursive -X theirs
# keep the local changes
$ git pull origin <branch> -s recursive -X ours