How to Import Git project in Eclipse

[6034 views]




To import the git project in Eclipse, follow these steps:

  1. Go to Option "Window" in Menu-> then Select "Show View" ->then Select "Other"
  2. In the filter field option, enter the "git"
  3. Select Git Repositories option and click OK
  4. Click the button whose tooltip reads "Add an existing local Git Repository to this view"
  5. Click the "Browse" button and go to the directory that contains the project source code file
  6. Click on the "Search" button
  7. Click the "OK" Button
  8. In Package Explorere, Right-click on the project folder
  9. Go to Option "Team" -> Select "Share Project"
  10. Select Git option and then click "Next" option
  11. Check the select box for \'Use or create Repository in parent folder of project - this option should automatically find the .git directories
  12. Click Finish Button and EGit will complete the integration

  13. After following these steps, the projects will be connected to the git. This procedure allows you to handle the very big amount of git commands right from Eclipse IDE.
                 






Comments










Search Anything:

Sponsored Deals ends in



Technical Quizzes Specially For You:

Search Tags

    Add existing Git project in Eclipse IDE

    How to import Github project in Eclipse

    Steps to import your Git project in Eclipse