如何使用 git-extensions 获取图标覆盖

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/10764282/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 06:58:59  来源:igfitidea点击:

How to get icon overlays with git-extensions

giticonsoverlaytortoisegit

提问by tusharmath

I have been using svn for quite some time now. But now I have shifted to git. As per my findings Tortoise Git does not provide you with a good understanding of how git works, that's why I picked git-extensions.

我已经使用 svn 有一段时间了。但现在我已经转移到 git 了。根据我的发现 Tortoise Git 并没有让你很好地理解 git 的工作原理,这就是我选择 git-extensions 的原因。

The problem is that I am used to the overlay icons that Tortoise used to provide me. I really want them while using git. I am not really sure about how we can get these overlays in git-extensions. Can some one tell me how can I get these overlays back on my system?

问题是我习惯了 Tortoise 提供给我的覆盖图标。在使用 git 时我真的很想要它们。我不太确定我们如何在 git-extensions 中获得这些覆盖。有人可以告诉我如何将这些覆盖层恢复到我的系统上吗?

PS: I don't want to use Tortoise since, it hides the core concept/working of git. Also, my operating system is windows 7.

PS:我不想使用 Tortoise,因为它隐藏了 git 的核心概念/工作。另外,我的操作系统是windows 7。

I am open to other GUI options also, provided they help me understand how git works.

我也愿意接受其他 GUI 选项,前提是它们能帮助我了解 git 的工作原理。

Currently I am using Tortoise with Git extensions. Which is kind of clumsy.

目前我正在使用带有 Git 扩展的 Tortoise。这有点笨拙。

采纳答案by VonC

I don't see any icon overlay proposed by gitextensions(see its GitHub repo).

我没有看到gitextensions提出的任何图标覆盖(请参阅其GitHub 存储库)。

gitextension menu

gitextension 菜单

So amongst the other GUI for Git on Windows, one of the most complete would be SmartGit(but not free though), and none offers overlays at the Windows Explorer level.

因此,在 Windows 上的 Git的其他GUI中,最完整的一个是SmartGit(但不是免费的),并且没有一个提供 Windows 资源管理器级别的覆盖。

回答by robrich

GitExtensions is awesome for the true git experience. TortoiseGit obscures Git, forcing it into a "simple" experience. TortoiseGit has icon overlays though. The two work quite nicely together, so just install them both, use them for their strengths, and ignore them for their weaknesses.

GitExtensions 对于真正的 git 体验来说非常棒。TortoiseGit 掩盖了 Git,迫使它进入“简单”的体验。TortoiseGit 有图标覆盖。两者配合得非常好,所以只需安装它们,利用它们的优势,忽略它们的弱点。