run command after git pull

Hi All.

is there a way to run a command after a do git pull? in one project i need gulp build, in other i need yarn dev... something that can be customize per each project.

 

Best regards

Stefan

0

There's no way to bind a hook to Update Project, but you can create an external tool that would do git pull and whatever else you want to do:

https://youtrack.jetbrains.com/issue/IDEA-142109

0

请先登录再写评论。