如何让IntelliJ IDEA显示(git)服务器消息?
我正在使用
我们的git服务器配置为偶尔显示用户应阅读的消息。例如,对git push
的响应包括以下消息:
remote: Create pull request for 0.0.1-SNAPSHOT:
remote: https://stash.example.com/projects/group/repos/proj/compare/commits?sourceBranch=refs/heads/0.0.1-SNAPSHOT
remote:
然后使用可以点击给定的URL进入Stash中的“Create Pull Request”页面,节省一点时间和一点点挫折和困惑。
但我在IDEA的事件日志中看到的只是
12:33:52 PM 1 file committed: (Comment)
12:33:54 PM Push successful: Pushed 1 commit to origin/0.0.1-SNAPSHOT
“remote:”消息是否记录在其他地方?我可以调整一下设置吗?