Hi Andreas, > You probably want to create a bare repository in this directory: > > $ git init --bare foo.git > Ok one more point, seams to be that! Forgive my really newbie question: not i have: /home/apache/gitprojects/mydir.git created with: git init --base mydir.git Now, inside here, what should i do to create my projects: mkdir myproject1 cd myproject1 git init touch a.txt git add . git commit -m "1st commit" am i correct or not really? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html