3

If I add a hook that rejects a push, on Eclipse or other git client, the reject message is shown.
However if I am using intelij-idea, the reject reason is not shown.

Can this be configured to also show in JIdea?

CodeWizard
  • 128,036
  • 21
  • 144
  • 167
luca.p.alexandru
  • 1,660
  • 5
  • 23
  • 42

1 Answers1

11

You need to open the version control tool

The tool window consists of several tabs:

Console tab:

This tab shows the results of executing VCS-related commands.

Update Info tab:

This tab becomes available when local information is synchronized with the server.

Community
  • 1
  • 1
CodeWizard
  • 128,036
  • 21
  • 144
  • 167