![[Git#5] 用批次檔產生Commit的檔案清單與相對路徑的壓縮檔;Windows適用](https://image2-us-west.cloudokyo.cloud/image/v1/5f/0f/6f/5f0f6f54-9a8e-4cab-8b2c-e4de99e47823/origin.webp)
[Git #5] 用批次檔產生Commit的檔案清單與相對路徑的壓縮檔;Windows適用

簡睿學堂
12 位粉絲
2024年1月25日
用git-export.bat產生含有Commit的變動檔案內容(export.7z)與變動狀態+檔名清單(export.txt)。
💡 解說文章: http://jdev.tw/blog/6200/
✅ 批次檔原始碼:https://gist.github.com/emisjerry/4cdd266178be124eee2c71a3ef530f77
補充:
必須執行下列設定,否則中文檔名會無法處理:
git config --global core.quotepath false
