Do a "git export" (like "svn export")?
git archive --format zip --output /full/path/to/zipfile.zip master
Bundle includes git history
git bundle create /some/bundle/path.bundle --all
Do a "git export" (like "svn export")?
git archive --format zip --output /full/path/to/zipfile.zip master
Bundle includes git history
git bundle create /some/bundle/path.bundle --all