就像在
我们可以用
git commit [--only] a b c -m "only part of files"
但是,在以下示例中:
$ mkdir t
$ cd t
$ git init
Initialized empty Git repository in /mnt/c/test/git-test/t/.git/
$ touch a b
$ git add .
$ git commit a -m a
[master (root-commit) c7939f9] a
1 file changed, 0 insertions(+), 0 deletions(-)
提前道歉,因为这不是一个问题,而是一个解决方案--但它花了很多搜索才找到答案,谷歌也帮不了太多忙,所以我想通过提供错误和解决方案来回馈社区,帮助未来的谷歌人。
在使用LINQ to SQL时,我在向数据表提交更改(第二次)时遇到了问题。第一次提交更改时,一切正常,第二次提交更改时,我收到一个SQL异常,上面写着:
"The text, ntext, and image data types cannot be compared or sorted,
except when using IS NULL or LIKE operator"
异常是在我调用SubmitChange