开发者

How do you remove a Mercurial repository

I accidently put a Mercurial repository开发者_开发技巧 in the wrong place. How do I remove it? This is in Linux.


Recursively remove the .hg directory? You can also just move it; they are portable, and the setup files inside of .hg contain no absolute paths that would break if placed elsewhere on the system.

From the comments: rm -r .hg

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜