Best practice for Google app engine and Git.

Posted by systempuntoout on Stack Overflow See other posts from Stack Overflow or by systempuntoout
Published on 2010-05-27T08:25:21Z Indexed on 2010/05/27 8:31 UTC
Read the original article Hit count: 257

I'm developing a small pet project on Google App Engine and i would like to keep code under source control using github; this will allow a friend of mine to checkout and modify the sources.

I just have a directory with all sources (call it PetProject) and Google App Engine development server points to that directory.

Is it correct to create a Repo directly from PetProject directory or is it preferable to create a second directory (mirror of the develop PetProject directory); in this case, anytime my friend will release something new, i need to pull from Git and then copy the modified files to the develop PetProject directory.

If i decide to keep the Repo inside the develop directory, skippin .git on yaml is enough?

What's the best practice here?

© Stack Overflow or respective owner

Related posts about best-practices

Related posts about git