Removing a file from versioning but keeping it locally?

强颜欢笑 提交于 2019-12-13 08:00:18

问题


What is the hg command for removing a file from versioning but keeping it locally? I can do hg remove but that will also remove the file locally. It's the SDK files that I don't want to version.


回答1:


The command you are looking for is hg forget.



来源:https://stackoverflow.com/questions/16674732/removing-a-file-from-versioning-but-keeping-it-locally

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!