导出本地git
我正在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需删除 .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.