git导出代码的方法~archive

使用 git archive 可以导出干净的代码,具体可以看 git help archive,简单使用如下:

 

$git archive --format zip --output "./output.zip" master -0

更多详解说


做产品的程序,才是好的程序员!
原文地址:https://www.cnblogs.com/asplover/p/15200826.html