Home > Software design >  how to reopen git console in intellij idea?
how to reopen git console in intellij idea?

Time:01-05

I closed git console,and I want to known how to reopen it? enter image description here

enter image description here

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

  •  Tags:  
  • Related