首先,我从主分支中撤出,现在当我想要推送时,我收到了这条消息:
The following untracked working tree files would be overwritten by merge:
/.gitignore
Please move or remove them before you can merge.
我将文件移动到另一个目录,但我的问题是,如果我推送(所有提交的文件),那么主brach中的这些文件会发生什么。他们也动了吗?所以我的同事不再拥有这些文件了?
由于