1、 Configuring git in idea
First configure the local address of GIT, and then test. The version number shows that the test is successful!
2、 Using git in idea
You can directly operate git with commands in idea
1. Initialize the local warehouse
Select the project and click OK.
2. Add to staging area
3. Submit to local warehouse
Can also be submitted here, the effect is the same, but the location is not the same
4. Push to remote warehouse
5. Directly clone the project to the local
6. Pull project to local
7. Create a branch
At this point, you switch to the newly created branch
Here is the article about the detailed tutorial of GIT configuration in idea2020.2. For more information about git configuration in idea, please search previous articles of developer or continue to browse the following articles. I hope you can support developer more in the future!