有哪些 Gitk 的替代品可以在 Windows Powershell 中使用?
我正在使用 Windows powershell 来管理 git,但受到限制,因为它似乎无法运行 Gitk 命令。 (至少默认情况下)
我可以从 PS 使用其他工具吗?或者有什么方法可以强制 PS 正确解释 Gitk 启动脚本?
I'm using windows powershell to manage git, but am limited in that it can't seem to run the Gitk command. (At least by default)
Are there any other tools I can use from PS or is there a way I can force PS to interpret the Gitk launch script correctly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需确保
C:\Program Files (x86)\Git\bin\gitk
或C:\Program Files (x86)\Git\cmd\gitk.cmd
(更改根据您安装 MSYSGIT 的位置)位于 PATH 中Just make sure
C:\Program Files (x86)\Git\bin\gitk
orC:\Program Files (x86)\Git\cmd\gitk.cmd
( change as per where you installed MSYSGIT) is in PATH我非常喜欢使用 Mercurial 和 Tortoise HG - http://tortoisehg.bitbucket.io/ - 来自 PowerShell。 Google 为 Tortoise Git 提供了此链接 https://tortoisegit.org/
I'm a big fan of using Mercurial and Tortoise HG - http://tortoisehg.bitbucket.io/ - from PowerShell. A Google came up with this link for Tortoise Git https://tortoisegit.org/