Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 pharo/smalltalk 上制作一个用于编写结构化文档的 GUI,我正在使用化石作为输出文件(STON、markdown 和 HTML)的 SCM,我想在不回答任何问题的情况下从 Pharo 提交对这些文件的更改关于时间偏差或空评论。我在化石的帮助下看到了旗帜,但这些问题似乎是不可避免的。有没有办法在不回答这些问题的情况下强制提交?
利用fossil commit --allow-empty --allow-older --comment " " --no-warnings
fossil commit --allow-empty --allow-older --comment " " --no-warnings
这应该毫无疑问地提交。但我建议改用一些有意义的评论。至少在存储库的时间线上显示一些东西是好的。评论更改是一种很好的做法。