git archive

பெயரிடப்பட்ட மரத்திலிருந்து கோப்புகளின் காப்பகத்தை உருவாக்கவும். மேலும் விவரத்திற்கு: https://git-scm.com/docs/git-archive.

git archive {{[-v|--verbose]}} HEAD

git archive {{[-v|--verbose]}} --format zip HEAD

git archive {{[-v|--verbose]}} {{[-o|--output]}} {{கோப்பு.zip/பாதை}} HEAD

git archive {{[-o|--output]}} {{கோப்பு.tar/பாதை}} {{கிளை_பெயர்}}

git archive {{[-o|--output]}} {{கோப்பு.tar/பாதை}} HEAD:{{அடைவிற்குப்/பாதை}}

git archive {{[-o|--output]}} {{கோப்பு.tar/பாதை}} --prefix {{தயார்படுத்தும்/பாதை}}/ HEAD