Export a Git branch (to ZIP)
2020-04-07 本文已影响0人
老猫_2017
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