【git】Git 存档
git archieve的使用方法
git archive [コミットIDなど] -o [ファイル名]
I am sorry for the inconvenience caused by the maintenance work. We are working hard to complete it as soon as possible. Please bear with us during this time.
git archive HEAD a.html b.html -o archieve.zip
将位于HEAD内的a.html和b.html压缩为archieve.zip并输出。