Prerequisite: A git account is required, https://github.com/
1, first need to download a github,https://windows.github.com
After the installation of the interface is Jiangzi, very simple and beautiful
2, in IntelliJ idea to do the relevant configuration, open the Settings interface
GitHub's configuration
Host does not change, for GitHub's address
Login: User name for login
Password: Password for login
Once the input is complete, you can click the Test button to verify that the connection is successful.
Configuration of Git
The path to the Red Line section is the git installation path, click Test for testing, and the success message box will pop up if the configuration succeeds.
3. Related use
3.1: Upload a local project to Git
Once the upload is complete, the local project can be added to git version control,
3.2 Checking out a project from Git
Fill in the Git address of the project and click Clone to
Integration with git in IntelliJ idea