作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如何使用 Fossil 在单个源文件中清除/恢复/撤消本地未提交的更改?
clean命令在我看来应该可以解决问题,但是不,本地更改仍然存在。我正在寻找与“git checkout filename.c”相同的效果。
最佳答案
fossil revert <filename>
>fossil help revert
Usage: fossil revert ?-r REVISION? ?FILE ...?
Revert to the current repository version of FILE, or to
the version associated with baseline REVISION if the -r flag
appears.
If FILE was part of a rename operation, both the original file
and the renamed file are reverted.
Revert all files if no file name is provided.
If a file is reverted accidently, it can be restored using
the "fossil undo" command.
Options:
-r REVISION revert given FILE(s) back to given REVISION
See also: redo, undo, update
关于version-control - 恢复化石的局部变化,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18605670/
我和我的 friend 需要并行开发一个项目。这个怎么做? 我在每片叶子上创建了两个分支。试图合并叶子但得到编辑文件的冲突错误。合并的方法是什么? 我想知道是否可以在一个分支中有 2 个叶子?如果是这
我希望控制目录的版本,我们称之为“项目”,并将化石文件保存在另一个名为“化石”的目录中。我已经成功创建了“project.fsl”存储库,添加了我的项目文件,提交并关闭。我的问题是了解如何采取下一步行
我是一名优秀的程序员,十分优秀!