Git push reminder
Answered
Do you know some plugin to remind about not pushed commits in git before closing IDEA?
Please sign in to leave a comment.
So, if there is no one, how to handle IDEA exit in Intellij SDK? I found that I can bind AnAction to UI Menu, and how to deal with event?
GitToolBox plugin might be related https://plugins.jetbrains.com/plugin/7499
There are also an issue in bug tracker https://youtrack.jetbrains.com/issue/IDEA-151612
You can take a look at ApplicationManager.getApplication().addApplicationListener(ApplicationListener).
But this check, probably, should be done on project closing - ProjectManager.getInstance().addProjectManagerListener(ProjectManagerListener).
Hello,
You're looking for the Git Push Reminder plugin, whose author created it in reaction to me suggesting the same idea on Reddit.