How to run some action after all files have been uploaded?
My problem. Every time I run git pull PhpStorm upload files to the server. After this operations I need to execute some command.
I write plugin for this, but there is no way to catch end of upload progress.
Is there any way to do that.
Please sign in to leave a comment.