导出本地git

发布于 2024-12-18 11:41:22 字数 176 浏览 1 评论 0原文

我正在 Windows 上工作,使用乌龟 git。我遇到的问题是 GIT 不再在我的计算机上运行(我无法执行任何 git 命令)。我想快速切换到 svn 这样我就可以继续工作。

有没有办法清理我的整个项目文件夹,以便所有 git 文件都消失,并且我可以将所有文件复制到干净的 svn 存储库中?

非常感谢。

I am working on windows, with tortoise git. I am having a problem where GIT does not work on my computer any more (I can't do any git command). I want to quickly switch to svn so I can keep working.

Is there a way to clean up my entire project folder so that all git files are gone, and I can copy all the files in a clean svn repo ?

Thank you very much.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蓝梦月影 2024-12-25 11:41:22

只需删除 .git 目录,或者最好将除 .git 目录之外的所有其他文件复制到 svn 工作副本中。

Just remove the .git directory or even better copy all the other files except the .git directory in the svn working copy.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文