从 TortoiseHG 中删除文件

发布于 2024-09-03 11:25:25 字数 89 浏览 5 评论 0原文

从 Tortoise 中删除文件时遇到问题。

我制作了克隆,并且有一些我想要的测试文件。从存储库中删除文件的过程是什么,

提前致谢,

Am having problems removing a file from Tortoise.

I make the clone, and there are a few test files which I want out. What is the proceedure for removing a file from the repository,

thanks in advance,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

稍尽春風 2024-09-10 11:25:25

右键单击文件,然后单击 TortoiseHg -->删除文件..。然后确认对话框。承诺将更改保存到本地存储库。请注意,这将从磁盘和 Mercurial 中删除该文件。

如果您想从 Mercurial 中删除文件但将文件保留在磁盘上,您可以单击 TortoiseHg -->忘记文件...。然后,您可能希望将该文件添加到 .hgignore 列表中(您可以通过“提交”或“查看文件状态”对话框以图形方式执行此操作),以免将来意外添加它。然后提交。

Right-click on the file(s) and click the TortoiseHg --> Remove Files... and then confirm the dialog. Commit to save the change to your local repository. Note that this will delete the file from disk and from Mercurial.

If you'd like to remove a file from Mercurial but keep the file on disk, you can click TortoiseHg --> Forget Files.... Then you may want to add the file to your .hgignore list (you can do this graphically through the Commit or View File Status dialogs) so that you don't add it accidentally in the future. Then commit.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文