Installation and use of git in eclipse

Installation and use
of git
in eclipse 1. Installation of git in eclipse Generally, Git is not installed in eclipse. Figure 1 shows the installation content and restart the software after installation. Insert picture description here
2. Git configuration After
a series of installations are completed, we will configure git
. Find the username added by git on github in perfermences.
Insert picture description here
3. The establishment of
java project. First, we choose create a java project. Generally, we choose javese-1.8
Insert picture description here
After the project is established, we create a new class in the project, and start our simple hello world writing
Insert picture description here
. 4. Create a local git library.
Right-click the project and select Team -> Share Project to enter the following figure. Insert picture description here
5. Push the project to the git hub server and Insert picture description here
enter your library url and github account password, click next to perform a series of operations.

Guess you like

Origin blog.csdn.net/qq_45739612/article/details/108611606