That looks like a good solution to me also. Don
On Sat, Mar 6, 2010 at 10:24 AM, Nathaniel Green <nate.gr...@gmail.com>wrote: > I agree that the .git folders are unsightly. What you want to do is > analogous to an svn export. So, googling for 'git export' turned this up: > stackoverflow.com/questions/160608/how-to-do-a-git-export-like-svn-export > > Which says you want to do this, or something similar: > git archive master | tar - x - C /somewhere/else > > So your deployment script would delete the project deployment folder and > recreate it with a command like the above. > > Regards, > Nate > > On Mar 4, 2010 5:13 PM, "Alex Horn" <alex.h...@gmail.com> wrote: > > >> If there is a way to get rid of all those directories I always prefer > doing it over having .git i... > Alternatively, you might consider reconfiguring the GIT_DIR > environment variable to your needs. > > On 4 March 2010 21:46, Huan Truong <hnt7...@truman.edu> wrote: > Hi > FSCKers, > > I have a working p... > >