首页 > 其他 > 详细

Git merge后检查是否还存在冲突

时间:2021-05-08 16:31:08      阅读:33      评论:0      收藏:0      [点我收藏+]

git diff --check

 

–check
Warn if changes introduce conflict markers or whitespace errors. What are considered whitespace errors is controlled by core.whitespace configuration. By default, trailing whitespaces (including lines that consist solely of whitespaces) and a space character that is immediately followed by a tab character inside the initial indent of the line are considered whitespace errors. Exits with non-zero status if problems are found. Not compatible with --exit-code.

Git merge后检查是否还存在冲突

原文:https://www.cnblogs.com/codehome/p/14745002.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!