0
0

More than 1 year has passed since last update.

Git管理下のファイルをtag指定して取得しアーカイブ

Posted at

Git管理下のファイルを、git管理用のファイルを除いて取得しアーカイブ(zip等)で入手するには「git archive」が便利

[prompt] # git archive --format=tar --prefix=一時格納するディレクトリ名/ 入手対象(タグ|コミットID|ブランチ名) リポジトリ名 | gzip > アーカイブファイル名.tar.gz;
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0