Differences of a file into two commits
Hello!
I work with the Git version control
Does PhpStorm the possibility to compare files between two commits?
Can I look at the differences between a file in two display commits?
Sincerely yours
Stephan
Please sign in to leave a comment.
You should be able right click the file then go ->git->show history then select the two revisions and then ctrl-d( right click diff) to diff them. Mostly I use subversion but it seems to work for git as well.