2016年6月30日 星期四

Linux tarball使用心得


壓縮時忽略.git資料夾和.gitignore檔案
http://stackoverflow.com/questions/984204/shell-command-to-tar-directory-excluding-certain-files-folders
$ tar zcvf project.tar.gz project/ --exclude='.git' --exclude='.gitignore'
注意:
--exclude='xxx' 要放到最後



沒有留言:

張貼留言