2021年3月13日

摘要: 问题 如果你用过svn,一定知道svn export,可以用来从代码库中导出一份干净的代码(没有.svn等)。git是否有类似功能呢? git archieve 可以用于将库中代码打包。 1. 基本用法: git archive --format tar.gz --output "./output. 阅读全文
posted @ 2021-03-13 19:50 刘应杰 阅读(563) 评论(0) 推荐(0) 编辑

导航