Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to see the git commands executed by Intellij

In Eclipse when you interact with a Subversion server, there is an SVN console which displays all the svn commands that the ide performs against the subversion server.

  • Was there an equivalent for Intellij and Git?

Thanks, Mark.

like image 994
Mark Gargan Avatar asked Nov 14 '14 10:11

Mark Gargan


2 Answers

You can get the actual git commands with timestamps in the "Version Control" view.

You can enable that in View -> Tool Windows -> Version Control

Update for more recent versions:

The tool window is now named according to your VCS e.g. Git, Mercurial. To see the commands, you need to switch to the Console tab.

like image 134
stelmod Avatar answered Oct 25 '22 08:10

stelmod


Intellij 2020.2 this option can be seen in the console section of git, shortcut for vcs(git here) is alt+9, see the screeen shot:

enter image description here

like image 30
Vipin Avatar answered Oct 25 '22 08:10

Vipin