我怎样才能“签出”?我的 git repo 的代码到另一个目录?
假设我想在任意位置创建我的存储库分支的文件树。这可以吗?有点像svn export
。
Let's say I want to create a file tree of a branch of my repo in an arbitrary place. Is this possible to do? Kind of like svn export
.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,与 svn export 最接近的是使用 git archive,然后提取结果。像这样:
然后提取焦油。
The closest thing to
svn export
that I'm aware of is using git archive, then extracting the result. Like so:Then extract the tar.