在 Windows git-bash 中的命令提示符上显示 git 修改
我想在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看一下 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.