需要处理 git-archive 中的 git-submodules

发布于 2024-08-08 11:02:16 字数 172 浏览 7 评论 0原文

我需要将 git 子模块打包到使用 git-archive 创建的 tarball 中。

我看到在 1.6.5 中 git-archive 不支持 git 子模块。

我在网上看到了几个处理这种情况的脚本,但我不确定该选择哪一个。

最好/最官方的方法是什么?

I need to pack git submodules inside of tarball which I create with git-archive.

I see that in 1.6.5 git-archive does not support git submodules.

I see several scripts to handle this case in the net, but I'm not sure which one to pick.

What is the best / most official way to do this?

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

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

发布评论

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

评论(1

画中仙 2024-08-15 11:02:16

你可以尝试我的脚本 http://github.com/Kentzo/git-archive-all

编辑:

对于可通过自制程序使用的 Mac OS X 用户:brew info git-archive-all

You can try my script http://github.com/Kentzo/git-archive-all

EDIT:

For Mac OS X users available via homebrew: brew info git-archive-all

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