I have Eclipse Maven Java project on my first PC. I have committed this project to GIT repository with directory structure:
src/main/java
pom.xml
What is the right way to get project in another PC like Eclipse Java Maven one?
Should I start new Maven project, go through all initial settings and later somehow checkout git project into current project directory?