I built my maven projects in my spring toolkit and now decided that I need to do some version control.
I went to GIT and used the command line client to create a local repository.
So, I have a local repo - which is ready to implement version control and the workspace with file uploads.
I am using the GIT plugin for Eclipse. See image below.

How can I somehow synchronize my workspace with the GIT working directory so that I can start executing and fixing indexes on Github?
Many thanks
// ** EDIT ** //
Ok - found this blog
I realized that this is just a project project-> team-> share project in the context menu of the Eclipse project.
thanks
source share