git 命令archive git archieve 可以用于将库中代码打包。 基本用法: git archive --format tar.gz --output "./output.tar.gz" master 说明: 将ma... 2022-06-28