Git’s archive command is basically the equivalent of SVN’s export – it dumps a copy of the entire repository without any of the version control files, making it perfect for deploying to a testing or production server. Continue reading
Deploying a Git repository to a remote server
5 Replies