android git 打包命令

用git管理的android 文件夾,如果要打包壓縮,.git 和.repo文件夾 是不需要打包進來的,就可以使用tar  -zcvf  ../android.tgz  --exclude=*.repo  --exclude=*.git   --exclude=out    * 命令來打包,或者 在android 文件夾的根目錄使用tar  -zcvf    android.tgz  --exclude=*.repo  --exclude=*.git   --exclude=out    ./android  來打包
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章