# MyGit **Repository Path**: linner_cheng/my-git ## Basic Information - **Project Name**: MyGit - **Description**: 一款基于gitpython的自动git小工具,支持自定义message模板,自动Pull,自动Push,本地自动Commit等。 并且支持同时管理多个仓库。 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-10-27 - **Last Updated**: 2022-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 自动git ## 功能 - 一键缓存所有更改 - 一键提交所有更改 - 一键上传所有更改 - 支持循环自动 缓存所有更改 提交所有更改 上传所有更改,并且支持配置多个仓库自动执行循环 - 支持自定义message模板 ## 说明 使用该软件前请确保你的电脑安装了`git` 使用如下指令查看帮助: ```bash mygit.exe --help ```