1. Create a git remote library and copy the GIT library address 2.clone Library to a local
3. Add code to the Angularjs_web Project 4. Right-click the project, prepare to submit the code, find no Git option, the VCS can not submit the project, you should import version control, create repository, select the current project of the Just Angularjs_web, You will then find that the file name is red:
Right-click the project/git/add file name will turn green, then right-click the project/git/commit directory submission code
There are no. git files and directories in the project,
Right-click a blank place in the project directory to invoke git bash, paste command:git remote add Origin https://xxxx/yyyyy/angularjs_web.git
Right click on the project/git/repository/push, you can submit the code to the remote git library:
IntelliJ idea in Gradle project using Git for version control