Home>Article>Development Tools> How to associate phpstorm with git

How to associate phpstorm with git

(*-*)浩
(*-*)浩 Original
2020-01-07 16:06:27 4574browse

How to associate phpstorm with git

First you need to install git locally

File -》 Seetings under Version Control and under GitLearning:phpstorm)

Select the locally installed git location and click Test. A successful pop-up will indicate that the binding is complete

How to associate phpstorm with gitBind the git command line

File -》Seetings, Tools, Terminal

Select the location of sh.exe where git is installed locally

How to associate phpstorm with gitThe effect is as follows:

How to associate phpstorm with git

Check out the remote project

Checkout from Version Control under VCS

How to associate phpstorm with git

#phpstorm imports local existing git project

1 .Add the project and import phpstorm

How to associate phpstorm with git2.Set the project as a git project

File -》Settings -》Version Control Select and specify Set the project to Git and save it

How to associate phpstorm with git3. Select the project or file to perform Git operation

How to associate phpstorm with gitSubmit operation

How to associate phpstorm with gitPush operation

How to associate phpstorm with gitRemote warehouse synchronization

How to associate phpstorm with gitLog View

How to associate phpstorm with git

The above is the detailed content of How to associate phpstorm with git. For more information, please follow other related articles on the PHP Chinese website!

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