Using Git with a a current Eclipse project -


i use windows xp , eclipse indigo. have used tortoisegit pull , commit files 'til ease. how can integrate java project files in eclipse files pulled git?

after pulling files git, copy files manually folder of git replace files in eclipse project.

is there better way this?

don't move files. pull files want code located. use egit synch files directly eclipse.

the same goes source control system (e.g. svn, cvs) , ide (netbeans, intellij). copying files , forth doesn't make sense.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -