git archive 使ãæ¹ zip ã®ã¢ã¼ã«ã¤ããä½ã zip 㧠HEAD ã®ã¢ã¼ã«ã¤ããä½ãã«ã¯ git archive --format=zip HEAD -o repo.zip ã¨ããããã®ã¨ããã¢ã¼ã«ã¤ãã®ãã¡ã¤ã«ãç¹å®ã®ãã£ã¬ã¯ããªã«å ¥ããã«ã¯ ãâprefixããªãã·ã§ã³ã§æå®ããã git archive --format=zip --prefix=dir/ HEAD -o repo.zip ã¨ããã¨ãã¢ã¼ã«ã¤ãã®ä¸ã« dir ãã£ã¬ã¯ããªãä½ããã ãã®ãªãã«ãã¡ã¤ã«ãå ¥ã£ã¦ããã tar.gzãtar.bz2 ã®ã¢ã¼ã«ã¤ããä½ã zip ã®å ´åã¨ã¯éã£ã¦ãã¤ã㧠gzip ãªã©ã«éã£ã¦å§ç¸®ããã git archive --format=tar --prefix=dir/ HEAD | gzip > repo.tar.gz git archive --format=
{{#tags}}- {{label}}
{{/tags}}