# gitTools **Repository Path**: flash127/gitTools ## Basic Information - **Project Name**: gitTools - **Description**: git自动批量提交,防止忘记提交,代码丢失 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-05-21 - **Last Updated**: 2022-10-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gitTools 这是git常用的脚本 ## 目录 ``` ├─bin 执行脚本 ├─gitAutoPush.sh git自动批量提交 ├─gitAutoPushWin.sh git自动批量提交(win版) ├─gitSyncServer.sh git同步服务端(本地提交,服务器拉取) ├─gitAutoPull.sh git自动批量拉取 ├─help 帮助文档 ├─logs 目志 ``` ## 文档 - [git自动提交](help/gitAutoPush.md) - [git同步服务端](help/gitSyncServer.md) ### License gitTools is licensed under the license of MIT. See the [LICENSE](LICENSE) for more details.