I use Eclipse to edit Java, and use Git for my VCS. Should I have my local repository in my workspace, or outside it, and copy the files every time I want to commit? I know I can do it every way, but I’m new to Git, and wondering which way is better.
Share
I just have the local repository in the workspace. I’m not sure why you’d want to keep the two separate – why create extra work for yourself?
Code, commit; code, commit… (where “code” includes tests of course)