I need to set up a Git repo that my team can use, not only to track changes but also to have access to a working directory. I'm using egit on Eclipse.
I have successfully set up a bare git repo, but I cannot get a full remote repo to work. Can a remote repo even be a full repo instead of bare? How would I set up a full repo with working directory as a remote repo?