1. Download and install a git
Just keep the next step and you can.
2. Register an account with GitHub website
https://github.com/
2.1 Click Sign up to enter the registration page
2.2 Fill in the registration information, click on Create a account to complete the registration
2.3 Login email, you will see a verification message from GitHub
2.4 Open Mail Click Link, register Success,
3. Open idea, click Settings, configure Git and GitHub
Configure Git, choose the installation path of git click Test to see if it is configured successfully
Configure GitHub
Then we can upload the project.
Click vcs-to import version control-create Git Repository
Select the current project, click OK, add items to git governance
Then click Share Project on GitHub to upload the project
Click Share to confirm the upload
After the upload is successful, you can log on to GitHub to view the uploaded items.
Login to GitHub website
Click Sign to enter the landing page
Enter your username and password and click Sign
Click your profile to view the uploaded items or open the project directly by clicking on the project name on the right
Update Project
1. Click Git-add
2. Click on the Commit directory
3. Click Git-push
Click Push to update the project
Open GitHub already has a project
Click vcs-to check out from version control-github
Select the item you want to open, click Clone to open it
Tutorial end!!!!
The idea GitHub app