I closed git console,and I want to known how to reopen it?

CodePudding user response:
From IntelliJ's documentation:
The Console tab only appears when you execute version control-related commands. If you close this tab, all previous input will be lost.
It also states there that you can open it with Alt 9

