在 Windows git-bash 中的命令提示符上显示 git 修改

发布于 2024-11-07 11:16:08 字数 218 浏览 0 评论 0原文

我想在 git bash 命令提示符上显示文件更改(添加、修改、删除),类似于使用(a)带有 powershell 的 posh-git 和(b)在 cygwin 上使用 vcprompt。 (a) 的问题是 powershell 别名与我想使用的 bash 别名冲突。 (b) 的问题是我不想同时安装 cygwin 和 mingw - 理想情况下,如果可能的话,坚持使用 mingw。

有人有这个工作吗?

I would like to display file changes (add, modify, delete) on the git bash command prompt similar to using (a) posh-git with powershell and (b) vcprompt on cygwin. Problem with (a) is that powershell aliases clash with my bash ones I'd like to use. Problem with (b) is that I don't want to install both cygwin and mingw - ideally just stick with mingw if possible.

Anyone have this working?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半夏半凉 2024-11-14 11:16:08

看一下 git 提示符:

http://volnitsky.com/project/git-prompt/

它是开源的,因此您可以直接深入了解 bash 代码。

Take a peek at git prompt:

http://volnitsky.com/project/git-prompt/

It's open source so you can plunge right down into the bash code.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文