Do a “git export” (like “svn export”)?
问题 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 three methods I know of: git clone followed by removing the .git repository directory. git checkout-index alludes to this functionality but starts with \"Just read the desired tree into the index...\" which I\'m not entirely sure how to do. git-export is a third party script that essentially does a git clone into a temporary location