run command after git pull Permanently deleted user 创建于 2020年04月28日 09:45 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
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