需要处理 git-archive 中的 git-submodules
我需要将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以尝试我的脚本 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