Git push reminder

Answered

Do you know some plugin to remind about not pushed commits in git before closing IDEA?

0
3 comments

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?

0

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).

0

Hello,

Do you know some plugin to remind about not pushed commits in git before closing IDEA?

You're looking for the Git Push Reminder plugin, whose author created it in reaction to me suggesting the same idea on Reddit.

1

Please sign in to leave a comment.