git archieveの使い方
git archive [コミットIDなど] -o [ファイル名]
例:
git archive HEAD a.html b.html -o archieve.zip
HEAD内にあるa.htmlとb.htmlをarchieve.zipに圧縮して出力。
Go to list of users who liked
More than 3 years have passed since last update.
git archieveの使い方
git archive [コミットIDなど] -o [ファイル名]
例:
git archive HEAD a.html b.html -o archieve.zip
HEAD内にあるa.htmlとb.htmlをarchieve.zipに圧縮して出力。
Register as a new user and use Qiita more conveniently
Go to list of users who liked