# autopatch **Repository Path**: keycoding_f/autopatch ## Basic Information - **Project Name**: autopatch - **Description**: 根据git对比分支与tag之间的文件变动,生成补丁包 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: python - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2020-06-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 初始化补丁程序 ``` git clone https://git.oschina.net/liujin0506/autopatch.git && cd autopatch && chmod +x patch.py && ./patch.py ``` ### 制作补丁 ``` python patch.py create v1.5.2-improve-report ``` ### 安装补丁 ``` python patch.py install v1.5.2-improve-report ``` ### 卸载补丁 ``` python patch.py uninstall v1.5.2-improve-report ```