Detect all files that are different between the local project path and deployment path
Hi, Im looking for a tool to detect all files that are different between the local project path and deployment path without actually overwriting anything. I just want a summary of changes. Is this possible?
请先登录再写评论。
Have a look at Sync with... action. It shows all differences, and does not copy anything until you tell it to.
Thank you Elena!