Adding options in the "Show Commit Options"
已回答
How can I add a separator and my own options in the "Show Commit Options"?

请先登录再写评论。
Entries to “Commit Checks” group can be added via
com.intellij.openapi.vcs.checkin.CheckinHandlerFactoryregistered incom.intellij.checkinHandlerFactoryextension point. See https://plugins.jetbrains.com/docs/intellij/explore-api.html on how to find samples.