I\'ve been wondering whether there is a good \"git export\" solution that creates a copy of a tree without the .git repository directory. There are at least thr
.git
I use git-submodules extensively. This one works for me:
rsync -a ./FROM/ ./TO --exclude='.*'