I use IntelliJ IDEA
the latest version with Git
.
I have created a new feature-branch and changed some things in the pom.
The same time other colleges worked on master, and they have pushed their changes into master.
I did merge
my feature-branch to the master
and pushed
, and it succeeded. Now because of JDK 11 compatibility problem on Jenkins I should abort my merge which I have already pushed
.
Anyone knows how should I revert it in IntelliJ IDE?