Home >Backend Development >PHP Tutorial >phpstorm 新建remote项目,如何在使用git切换分支的时候能够同步最新的文件到远程开发环境?

phpstorm 新建remote项目,如何在使用git切换分支的时候能够同步最新的文件到远程开发环境?

WBOY
WBOYOriginal
2016-06-06 20:25:344218browse

本地连到开发机器进行开发,使用phpstorm。
如何能够在git切换分支,可同步到开发环境。

回复内容:

本地连到开发机器进行开发,使用phpstorm。
如何能够在git切换分支,可同步到开发环境。

git在切换分支的时候并不会自动提交当前分支,只有手动提交本地分支才能保证你的代码正确存入git库,而在提交本地分支的时候,可以选择同时推送到远程分支,如果在PHPStorm中配置了远程服务器和部署路径,还有一个选项可以自动上传修改到服务器部署路径中。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn