While learning something (e.g. Spring framework etc.), I code in my local machine, usually using Eclipse IDE.
I want to transfer all the code in git, is it possible to do so? The existing code which I have, aren't any repository, they are simple Java projects which I created manually while learning a new concept.
Can anyone help how to put all these code in git so that it can be accessible from any machine.