level 1
我新建了一个文件夹hi,里面放了一个文件hello.txt,成功推送到远程仓库,然后我在别的目录下新建了一个文件夹hi2,里面也放了一个文件hello.txt,不过,内容不一样,我现在想在hi2中把hi对应的远程仓库fetch下来,再合并,到这一步出错了,我知道把当前目录下的hello.txt删除可以合并,那假如不删除有办法合并吗
error: Untracked working tree file 'hello.txt' would be overwritten by merge.
fatal: read-tree failed
2017年01月05日 10点01分
1