git archive --format zip --output /full/path/to/zipfile.zip master
git archive --format zip --output /path/to/file.zip --prefix=newdir/ master
git archive --format zip --output /full/path/to/zipfile.zip master
git archive --format zip --output /path/to/file.zip --prefix=newdir/ master
本文标题:Export a Git branch (to ZIP)
本文链接:https://www.haomeiwen.com/subject/rupnphtx.html
网友评论