Git:如何获取 git 存储库的快照
我正在寻找正确的方法来获取没有 .git/ 目录的 git 存储库的存档,以便向测试人员发送每日快照。
I'm looking for the right way to get an archive of a git repository without the .git/ directory in order to send a daily snapshot to testers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这正如罐头上所说的那样。
更多信息请参见:http://gitready.com/intermediate/2009 /01/29/exporting-your-repository.html
This does what it says on the tin.
More info here: http://gitready.com/intermediate/2009/01/29/exporting-your-repository.html
这将生成 archive.tar.gz 并添加一个名为“prefix-dir”的前缀目录:
This will result in archive.tar.gz and add a prefix dir named "prefix-dir":