Git - 指定 Branch 匯出原始碼不含版本控制資訊


匯出 master 的內容並打包:

  $ git archive master | tar -x -C /somewhere/else


指定特定格式,匯出然後壓縮,如匯出成 *.zip:

  $ git archive --format zip --output /full/path/to/zipfile.zip master

留言

這個網誌中的熱門文章

Git - 同時 push 到多個 remote

Ubuntu 上自動掛載 Mac 的 HFS+ 檔案系統格式的外接硬碟

解決 Ubuntu 上的 Chromium 無法觀看 Flash 的窘境