git 包的 hg 命令
在 git 中,有一个命令“git bundle”,它将 git 存储库捆绑到 1 个大文件中。 是否有与“hg”等效的命令?
In git, there is a command 'git bundle' which bundles a git repository into 1 big file.
Is there the equivalent command for 'hg'?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Hg 支持相同的命令。这是它的帮助:
反向操作的命令是 hg unbundle。
Hg supports the same command. Here's the help for it:
The command for the reverse operation is hg unbundle.