- Java EE 8 Development with Eclipse
- Ram Kulkarni
- 229字
- 2021-06-18 19:00:04
Cloning a remote repository
We have learned how to start development using a local Git repository and then push changes to a remote repository. Let's now learn how we can get an existing remote Git repository and create a local copy; in other words, we will learn how to clone a remote Git repository. The easiest option is to import the remote Git project. Select File | Import... from the main menu and then Git | Projects from Git | Clone URI.
The wizard will display a page similar to Figure 3.29. Enter the URI of the remote repository, username, and password, and then click Next. Select a remote branch and click Next:

Figure 3.34: Selecting a remote branch to clone
Click the Next button in the branch selection page:

Figure 3.35: Selecting the location of the cloned project
Select the location where the project is to be saved and click Next:

Figure 3.36: Options to import the cloned project
There are three options to import the cloned project. If the remote repository contains the entire Eclipse project, then select Import existing Eclipse projects, or else select either of the remaining two options. Since we have checked in the Eclipse project in the remote repository, we will select the first option. Click Next and then Finish.
For more information about the Eclipse Git plugin, refer to https://wiki.eclipse.org/EGit/User_Guide.
- 微信公眾平臺(tái)與小程序開發(fā):從零搭建整套系統(tǒng)
- Java完全自學(xué)教程
- 劍指JVM:虛擬機(jī)實(shí)踐與性能調(diào)優(yōu)
- VMware vSphere 6.7虛擬化架構(gòu)實(shí)戰(zhàn)指南
- 劍指MySQL:架構(gòu)、調(diào)優(yōu)與運(yùn)維
- 常用工具軟件立體化教程(微課版)
- Spring Boot實(shí)戰(zhàn)
- Clojure for Java Developers
- Django Design Patterns and Best Practices
- AI自動(dòng)化測(cè)試:技術(shù)原理、平臺(tái)搭建與工程實(shí)踐
- Software-Defined Networking with OpenFlow(Second Edition)
- Android高級(jí)開發(fā)實(shí)戰(zhàn):UI、NDK與安全
- Spring Boot 2+Thymeleaf企業(yè)應(yīng)用實(shí)戰(zhàn)
- 虛擬現(xiàn)實(shí):引領(lǐng)未來的人機(jī)交互革命
- 精通Rust(第2版)