Reputation: 655
Deleted Eclipse Workspace data, only the Workspace related info and not my projects and need to import back a Git Project into the workspace again. How do I do that without losing out on all my Git info on the project.
Will it suffice if I again import my project into the workspace and start working back on it?
Any help will be appreciated :)
Upvotes: 0
Views: 64
Reputation: 43150
Yes you can just add the project back to eclipse with the new project wizard pointing to the location of the existing project.
If it does not pick up the git configuration automatically you can add it with the Git Repositories view 🡒 Add existing local repository, again pointing to the project location.
Upvotes: 1