Git:将存储库拉到错误的目录中
我已经从我的用户文件夹中的 github 中提取了 git 存储库,并将所有文件复制到那里。 我还在我的系统上安装了 tortoise git,因此该目录中的所有其他文件(联系人、我的图片等)都显示版本符号。
我怎样才能撤消这些或从 tortoise Git 中删除该文件?
I have pulled git repository form github in my user folder and all files copied there.
I have also installed tortoise git on my system so all other files in that directory (contacts , my pictures etc..) shows version symbol on that.
How can i undo these or remove that files from tortoise Git?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道乌龟 git,但很可能从结帐根目录中删除
.git
目录应该让它忘记版本控制。I have no idea of tortoise git, but most likely removing
.git
directory from the root of the checkout should make it forget about versioning.