How to use git flexibly with phpstorm

爱喝马黛茶的安东尼
Release: 2019-08-16 13:21:14
Original
7663 people have browsed it

How to use git flexibly with phpstorm

Install phpstorm and install git.

1. Create a new project on git.oschina;

2. Open phpstorm and check whether git is correctly integrated, as shown below:

How to use git flexibly with phpstorm

Related recommendations: "PhpStorm Usage Tutorial"

3. After checking, you can clone the project on git as follows:

How to use git flexibly with phpstorm

4. Type the project address copied in git, specify the local folder, and click Clone to ask you to enter the username and password of git.oschina. Then the clone is completed. As shown below:

How to use git flexibly with phpstorm

#5. After editing the file, the next step is the commit and push operations. (Commit and push can be done separately or together.) As shown below:

How to use git flexibly with phpstorm

6. There is also the operation of pulling the code later, in Repository->pull . I won’t take screenshots, just get familiar with the tools.

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!