How can I use git-archive to include submodules from a bare repository

前端 未结 5 1086
南方客
南方客 2020-12-14 02:07

I\'m in the process of setting up a deployment script. The basic process is:

  1. Push changes to a bare repository on the server
  2. Then based on new tags wi
5条回答
  •  既然无缘
    2020-12-14 02:33

    I use this python package https://github.com/Kentzo/git-archive-all. You can install it by using

    pip install git-archive-all
    

    On OSX, you can install it also using brew install git-archive-all

提交回复
热议问题