本文介绍了TortoiseGit修改的标志(图标叠加)未更新的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在一些代码中做了一些改动,但TortoiseGit将它显示为已修改(红色感叹号),尽管我已经提交,拉取,推送,但仍然存在。我应该在这里做什么?

I have made a small change in some code but TortoiseGit shows it as modified (red exclamation sign) although I have committed, pulled, pushed, but it stays. What should I do here? I have not seen this issue before.

推荐答案

我假设您正在使用toolkit git?我以前遇到过这个问题,有时候会按修复它,有时它会在乌龟resyncs本身后消失。

I'm assuming you are using tortoise git? I've had the issue before, sometimes pressing fixes it other times it just goes away after tortoise resyncs itself.

这是另一种可能修复。

Here is another possible fix link.

这篇关于TortoiseGit修改的标志(图标叠加)未更新的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-27 01:11