Deployment after Git checkout
Hello,
After a Git checkout using PhpStorm, the files that are changed by the checkout aren't automatically deployed. Files that I edit in PhpStorm are automatically deployed so deployment is working correctly.
Am I doing something wrong?
Thanks,
Stephen
请先登录再写评论。
Hi there,
AFAIK VCS operations are considered to be external changes .. so make sure that the appropriate option is checked in your Deployment settings.
Thanks so much! That's solved it. :)