How to add some action after commit in csv?

已回答

I want do some action after commit, then get the diff to parse changes

0

You can use com.intellij.openapi.vcs.checkin.CheckinHandler to register pre/post-commit actions

0

请先登录再写评论。