对git 仓库指定分支进行打包

类似 snv export


git archive --prefix=mechanism release   --remote git@git.cdrfg.com:mobile-group/mechanism-web.git  --format zip -o siteasdfadfasd.zip


参考:https://git-scm.com/docs/git-archive


备注:该命令不支持执行commit,仅支持指定分支的打包功能