git是否有任何拉/结账'核选项'来获得回购?我不关心任何冲突,我不需要任何我当地的东西,只是想要货物,所以我可以工作.
[编辑]澄清我的问题:
$ git pull
error: Your local changes to the following files would be overwritten by merge:
<...files I couldn't care less about...>
Please, commit your changes or stash them before you can merge.
error: The following untracked working tree files would be overwritten by merge:
<...more files I couldn't care less about...>
Run Code Online (Sandbox Code Playgroud) 所以我的程序在开头有这两行
using System;
using System.IO;
Run Code Online (Sandbox Code Playgroud)
问题:第二个语句是否真的需要在我的代码中包含Sytem.IO方法和属性?似乎'System.IO'是命名空间'System'的'子'.第一行不应该抓住所有子命名空间吗?或者我不正确理解命名空间吗?