Need to handle git-submodules in git-archive

后端 未结 1 1105
遇见更好的自我
遇见更好的自我 2021-01-01 19:11

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 submo

相关标签:
1条回答
  • 2021-01-01 19:58

    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 讨论(0)
提交回复
热议问题