开发者

Need to handle git-submodules in git-archive

开发者 https://www.devze.com 2022-12-09 10:47 出处:网络
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 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开发者_JAVA技巧 to do this?


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

0

精彩评论

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