2

Possible Duplicate:
How to do a “git export” (like “svn export”)

I have a bare git repository that I created using "git clone --bare". This is a repository where I push updates to, and does not contain a working tree of the source files.

I wanted to know if it is possible to create a working tree from this bare repository? I know I could do a "git clone" on the bare repository, but I would like to create copy of the working tree without the .git directory, just the source files essentially. The copy of the working tree does not need to be under source control, it is just essentially the source files from the bare git repository.

Any help would be appreciated, thanks!

Community
  • 1
  • 1
ossys
  • 4,157
  • 5
  • 32
  • 35

0 Answers0