Git managed project. Replacing all source files?

Our ISP is moving our website to https. This requires them to search & replace all sources. Once done, to ensure that everything is fine, I thought I could download all the sources and store them locally in the development local site, however, as this is .git managed in Phpstorm, I wonder if the restored versions behind the scenes may screw up .git

Your thoughts?

0

I wonder if the restored versions behind the scenes may screw up .git

If I get your concern right, it will not as long as you don't commit/push anything to the repository. PhpStorm doesn't automatically commit or push if that's what you are asking.

0

请先登录再写评论。