How to clone git-hub project in Eclipse
Introduction:
Clone the project means to download the project into your system. It is two ways to download first one is through command line and using the eclipse git plugin. for cloning the project you to use git clone and repo of your particular project URL. or you can download the project directly from eclipse ide from tool options by provided the git plug-in.1. Open the Eclipse and Clik on file then click on import then select git then projects from git then clone URL.
2. Enter the repository URL, username and password.
3. Select the branch and click on next and then finish.
4.After successfully downloaded project. the project should be like below.
0 Response to "How to clone git-hub project in Eclipse"
Post a Comment